HsvColor class
Constructors
- HsvColor.new(num h, num s, num v)
-
Creates a HsvColor using a vector describing its hue, saturation, and
value.
const
Properties
Methods
-
abs(
num value) → num -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCielabColor(
) → CielabColor -
override
-
toHexColor(
) → HexColor -
inherited
-
toHslColor(
) → HslColor -
override
-
toHsvColor(
) → HsvColor -
override
-
toMap(
) → Map< String, num> -
override
-
toRgbColor(
) → RgbColor -
override
-
toString(
) → String -
A string representation of this object.
override
-
toXyzColor(
) → XyzColor -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → dynamic -
inherited