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).