Class: DuColorSelector

DuColorSelector

For use with DuScriptUI.
A color selector, with an edittext and a random button.
This is not a real class, and cannot be instanciated.
Use DuScriptUI.colorSelector to create a Selector.
The Selector inherits the Group object from ScriptUI and has all of its properties and methods.

new DuColorSelector()

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11657

Members

staticDuColorSelector.colorDuColor

The current color

staticDuColorSelector.onChangeDuColorSelector~onChange

Method called when the has been changed

Methods

staticDuColorSelector.setColor(color)

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11674
Sets the current color
Name Type Description
color DuColor The new color

Type Definitions

onChange()

D:/DEV_SRC/RxOT/DuPSF/tools/output/DuPSF.jsxinc, line 11689
The function to execute when the color is changed.