Class: RenderColorPicker
Properties
string Label
Determines a RenderColorPicker's text label.
Color3 Color
The currently selected color.
number Alpha
The currently selected alpha value.
bool UseAlpha
Toggles a RenderColorPicker's alpha picker.
bool ReturnInt
Affects the arguments passed to the OnUpdated
event. Default true.
Inherited from RenderObject:
bool Visible
Determines whether a RenderObject is displayed.
Events
RenderColorPicker.OnUpdated(r: number, g: number, b: number, a: number)
Fired upon color change. If ReturnInt
is true, r
, g
, b
, and a
are integer values (0-255).