This is probably a simple one, but can you display the RGB value of an Objects colour in a monitor?
cheers,
JD
Display RGB Value in monitor?
Re: Display RGB Value in monitor?
Sure, just set the value of the monitor to getattribute(some_object, 'color'). That for most objects, that'll show a vector of colors, e.g. for a CustomButton, it shows the on and off color values.
-
- Regular
- Posts: 153
- Joined: 31 Dec 2011 17:12
Re: Display RGB Value in monitor?
Damn, so close! Pretty sure I tried that, must have had a grammatical error. Thanks for the help!