Skip to content
reduz edited this page Feb 23, 2014 · 9 revisions

ColorPicker

####Inherits: HBoxContainer ####Category: Core

Brief Description

Color picker control.

Member Functions

Signals

  • color_changed ( Color color )

Description

This is a simple color picker Control. It's useful for selecting a color from an RGB/RGBA colorspace.

Member Function Description

  • void set_color ( Color color )

Select the current color.

  • Color get_color ( ) const

Return the current (edited) color.

Clone this wiki locally