logoWindUI Shiny

Colorpicker

Color picker with transparency.

Colorpicker

Creation:

local Colorpicker = Tab:Colorpicker({ 
  Title="Colorpicker", 
  Desc="Description", 
  Default=Color3.fromRGB(0,255,0), 
  Transparency=0, 
  Locked=false, 
  Callback=function(color) end 
})

Methods:

MethodDescription
SetTitle(title)Update title
SetDesc(desc)Update description
Lock()Lock picker
Unlock()Unlock picker
Destroy()Remove picker

On this page