jsx3.gui.ColorPickerAPI


ChangeFires after the user changes the value of this color picker.
DestroyFires after this color picker is removed from the DOM.

Changejsxchange

Fires after the user changes the value of this color picker.

Context Variables

this {jsx3.gui.ColorPicker} - the object that publishes this event.
objEVENT {jsx3.gui.Event} - the browser event that triggers the value change.
intRGB {int} - the new RGB value.

Destroyjsxdestroy

Fires after this color picker is removed from the DOM.

Context Variables

this {jsx3.gui.ColorPicker} - the object that publishes this event.
objPARENT {jsx3.app.Model} - the parent of this color picker before it is removed from the DOM.