:InputColor3
type InputColor3 = {
Label: string?,
Value: Color3?,
Minimum: Color3?,
Minimum: Color3?,
Callback: (InputColor3, Value: Color3) -> any,
SetValue: (InputColor3, Value: Color3) -> InputColor3,
}
Example usage:
:InputColor3({
Value = Color3.fromRGB(255,255,255),
Label = "Color 1"
})
Theme colors:
Tag
Affects
FrameBg
Background color
FrameBgTransparency
Background transparency
Text
Text color
TextFont
Text font
TextSize
Text font size
Last updated