Module egui::widgets::color_picker
source · Expand description
Color picker widgets.
Enums§
- What options to show for alpha
Functions§
- Shows a button with the given color. If the user clicks the button, a full color picker is shown.
- Shows a button with the given color. If the user clicks the button, a full color picker is shown.
- Shows a button with the given color. If the user clicks the button, a full color picker is shown. The given color is in
sRGBspace. - Shows a button with the given color. If the user clicks the button, a full color picker is shown.
- Shows a color picker where the user can change the given
Color32color. - Shows a color picker where the user can change the given
Hsvacolor. - Show a color with background checkers to demonstrate transparency (if any).
- Show a color with background checkers to demonstrate transparency (if any).