atelier v0.0.1 (2018-09-29T13:22:57Z)
Dub
Repo
ColorPicker
ui
colorpicker
Undocumented in source.
class
ColorPicker : ModalWindow {
Color
color
[@property getter];
Blend
blend
[@property getter];
this
(Color newColor, Blend newBlend);
void
update
(float deltaTime);
}
Constructors
this
this
(Color newColor, Blend newBlend)
Undocumented in source.
Members
Functions
update
void
update
(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
blend
Blend
blend
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
color
Color
color
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ui
colorpicker
classes
ColorPicker
ColorViewer