Expand description
Widgets for selecting colors.
Structs§
- A
ColorComponentthat configures aComponentPickerto pick the alpha copmponent of a color. - A
ColorComponentthat configures aComponentPickerto pick the blue copmponent of a color. - A widget that selects a
ColorSource. - A widget that selects between completely dark and completely light by utilizing a back-to-white gradient.
- A
ColorComponentthat configures aComponentPickerto pick the green copmponent of a color. - A color picker that selects an
Hslcolor. - A picker for an
Hslacolor. - A
ColorComponentthat configures aComponentPickerto pick the “lightness” of a color. - A
ColorComponentthat configures aComponentPickerto pick the red copmponent of a color. - A
Colorpicker that allows selecting a color using individual red, green, and blueComponentPickers. - A
Colorpicker that allows selecting a color using individual red, green, blue, and alphaComponentPickers.
Traits§
- A component that can be picked in a
ComponentPicker.