:DragColor3

type DragColor3 = {
	Label: string?,
	Value: Color3?,
	Minimum: Color3?,
	Minimum: Color3?,
	Callback: (DragColor3, Value: Color3) -> nil,
	
	SetValue: (DragColor3, Value: Color3) -> DragColor3,
} & DragInt

Example usage:

:DragColor3({
    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