Skip to contents

Color Picker control, includes Color bar controls.

Usage

gui_color_picker(bounds, text, color)

Arguments

bounds

A rectangle.

text

A string.

color

A color (current value).

Value

A list with result (integer), color (color).

Examples

if (FALSE) {
gui_color_picker(rectangle(10, 10, 200, 100), "Hello", "red")
}