2.1.0.0
Added: Hex expression.
Added: Set hex action.
Added: Show picker action.
Added: Tooltip and Enabled properties, Set tooltip, Set enabled and Is enabled.
Added: Set focused, Set unfocused and Is focused.
Added: Set CSS style, Set attribute and Remove attribute.
Added: ID, Class and Style attribute properties.
2.0.0.0
Added: Debugger panel support.
Added: Script users can listen to the triggers with on("OnClick"), on("OnInput") and on("OnChange"), and read or write the color with a color property.
Changed: Ported to SDK V2.
Changed: The old scripting interface is gone. Actions, conditions and expressions are methods on the instance now.
Changed: R, G and B return whole numbers.
Fixed: Set R, Set G, Set B and Set color now clamp. Setting a value outside the normal range used to leave the picker showing garbage.
Fixed: R, G and B were a fraction too low, so int(ColorPicker.R) could come out one under.
Fixed: The picker no longer leaks clicks to the Mouse and Touch objects, and right click no longer opens the browser menu.