OnDgsColorPickerChange
Jump to navigation
Jump to search
This event is called when the color of a dgs color picker changes.
Parameters
element theElement
- theElement: The dgs color picker whose color gets changed
- oldRGB: The RGB color before the change.
- oldHSL: The HSLcolor before the change.
- oldHSV: The HSVcolor before the change.
Example
DGS = exports.dgs cp = DGS:dgsCreateColorPicker("HSVRing",50,50,300,300,false) addEventHandler("onDgsColorPickerChange",cp,function(RGB,HSL,HSV) outputChatBox("Old RGB:("..RGB[1]..","..RGB[2]..","..RGB[3]..")") end,false)
See Also
General
- onDgsBlur
- onDgsCreate
- onDgsCursorTypeChange
- onDgsCursorStateChange
- onDgsDestroy
- onDgsElementRender
- onDgsElementMove
- onDgsElementSize
- onDgsElementEnter
- onDgsElementLeave
- onDgsFocus
- onDgsKey
- onDgsPositionChange
- onDgsPreRender
- onDgsRender
- onDgsElementScroll
- onDgsSizeChange
- onDgsTextChange
- onDgsWindowClose
- onDgsPropertyChange
Check Box
Combo Box
Drag'N Drop
Edit
Grid List
Menu
Selector
Mouse
- onDgsMousePreClick
- onDgsMouseClick
- onDgsMouseClickDown
- onDgsMouseClickUp
- onDgsMouseDrag
- onDgsMouseDoubleClick
- onDgsMouseDoubleClickDown
- onDgsMouseDoubleClickUp
- onDgsMouseDown
- onDgsMouseHover
- onDgsMouseEnter
- onDgsMouseLeave
- onDgsMouseMultiClick
- onDgsMouseMove
- onDgsMouseStay
- onDgsMouseUp
- onDgsMouseWheel
Radio Button
Switch Button
Tab
Animation
Plugin
Media
- onDgsMediaPlay
- onDgsMediaPause
- onDgsMediaStop
- onDgsMediaLoaded
- onDgsMediaTimeUpdate
- onDgsMediaBrowserReturn