PaletteType enum
Palette types for color picker area widget.
Values
- hsv → const PaletteType
- hsvWithHue → const PaletteType
- hsvWithValue → const PaletteType
- hsvWithSaturation → const PaletteType
- hsl → const PaletteType
- hslWithHue → const PaletteType
- hslWithLightness → const PaletteType
- hslWithSaturation → const PaletteType
- rgbWithBlue → const PaletteType
- rgbWithGreen → const PaletteType
- rgbWithRed → const PaletteType
- hueWheel → const PaletteType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PaletteType> - A constant List of the values in this enum, in order of their declaration.