Expand description
Widgets for selecting colors.
Structs§
- A
ColorComponent
that configures aComponentPicker
to pick the alpha copmponent of a color. - A
ColorComponent
that configures aComponentPicker
to 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
ColorComponent
that configures aComponentPicker
to pick the green copmponent of a color. - A color picker that selects an
Hsl
color. - A picker for an
Hsla
color. - A
ColorComponent
that configures aComponentPicker
to pick the “lightness” of a color. - A
ColorComponent
that configures aComponentPicker
to pick the red copmponent of a color. - A
Color
picker that allows selecting a color using individual red, green, and blueComponentPicker
s. - A
Color
picker that allows selecting a color using individual red, green, blue, and alphaComponentPicker
s.
Traits§
- A component that can be picked in a
ComponentPicker
.