Module color_picker

Source
Expand description

Color picker widgets.

Enums§

Alpha
What options to show for alpha

Functions§

color_edit_button_hsva
color_edit_button_rgb
Shows a button with the given color. If the user clicks the button, a full color picker is shown.
color_edit_button_rgba
Shows a button with the given color. If the user clicks the button, a full color picker is shown.
color_edit_button_srgb
Shows a button with the given color. If the user clicks the button, a full color picker is shown. The given color is in sRGB space.
color_edit_button_srgba
Shows a button with the given color. If the user clicks the button, a full color picker is shown.
color_picker_color32
Shows a color picker where the user can change the given Color32 color.
color_picker_hsva_2d
Shows a color picker where the user can change the given Hsva color.
show_color
Show a color with background checkers to demonstrate transparency (if any).
show_color_at
Show a color with background checkers to demonstrate transparency (if any).