<colorpicker>

JavaScript: lz.colorpicker

Attributes

Name (CSS property) Type (tag) Type (js) Default Category
selectedColor number Number 0x000000 read/write
   

Attributes inherited from <window>

defaultplacement, resizable

Methods

changeColor()
colorpicker.changeColor(c);
Parameter Name Type Description
c    

HLStoRGB()
colorpicker.HLStoRGB(h, l, s);
Parameter Name Type Description
h    
l    
s    

RGBtoHLS()
colorpicker.RGBtoHLS(r, g, b);
Parameter Name Type Description
r    
g    
b    

updateColor()
colorpicker.updateColor();

Methods inherited from <basewindow>

close, open, setWindowFocus

Methods inherited from lz.Eventable

destroy, setAttribute

Events

Events inherited from <node>

onconstruct, ondata, oninit

Events inherited from lz.Eventable

ondestroy