Owl Hub UI Library
  • Welcome
  • Loading the Library
  • Pages
  • Buttons
  • Sliders
  • Text Boxes
  • Keybinds
  • Color pickers
  • Dropdowns
Powered by GitBook
On this page

Was this helpful?

Color pickers

This page will show you how to use Color Pickers

Color picker example:

function ColorChanged(Color)
    print(Color)
end

Page1:newColorPicker("Title", ColorChanged, Color3.new(255,0,0)) -- Name, Callback, DefaultColor

For a rgb color picker go to: Link

PreviousKeybindsNextDropdowns

Last updated 4 years ago

Was this helpful?