HexColor class
- Inheritance
- Implemented types
Constructors
- HexColor.new(String hexCode)
-
Creates a HexColor using a String describing its RGB value in hex.
factory
- HexColor.fromRgb(num r, num g, num b)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCielabColor(
) → CielabColor -
inherited
-
toCssString(
) → String -
override
-
toHexColor(
) → HexColor -
override
-
toHslColor(
) → HslColor -
inherited
-
toHsvColor(
) → HsvColor -
inherited
-
toMap(
) → Map< String, num?> -
inherited
-
toRgbColor(
) → RgbColor -
inherited
-
toString(
) → String -
A string representation of this object.
override
-
toXyzColor(
) → XyzColor -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
String key) → dynamic -
inherited