Subscribe to library updates

Library / classes / tools developers: please write a short post in this thread every time you make an update (also remember to update the wiki when posting new stuff).

Users can subscribe (with the Watch button in the right side) to this thread to be notified when there are updates.
 
Last edited:

stevel05

Expert
Licensed User
Longtime User
Color lookup table Update to V1.01 adds two methods:

getRGB and get RGBHex

Get RGB returns the RGB values as an array.

Get RGBHex returns the RGB values as a hex string in the form #rrggbb
 
Top