ColorPicker
Allows users to pick and adjust colors using a visual interface.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "ColorPicker" |
AbsoluteSize | any | nil |
AbsolutePosition | any | nil |
Size | UDim2 | UDim2.new(0, 250, 0, 400) |
Font | EnumItem | Enum.Font.DefaultEngineFont |
SelectedColor | any | nil |
Visible | boolean | true |
Functions
resolveFont
Arguments
fontEnumReturns
This function returns nothing.
onChanged
Arguments
color, alphaReturns
This function returns nothing.
API
instance:resolveFont(fontEnum)
instance:onChanged(color, alpha)