Editing Appearance color

BECOME PART OF THE COMMUNITY - Sign up here
  • Hello,


    Im looking to adjust the image color (imageR,imageG,ImageB) directly in lua.

    When I list all the property's of the appearance object by the following function:

    Code
        local PropertyCount=Handle:PropertyCount()
    
        for i=1,PropertyCount do
            Printf(Handle:PropertyName(i))
        end

    I get the following properties:


    When I read the property IMAGER it's 0.

    How can I read and write the color red + green + blue of this object?


    Thanks!