RgbColor class
- Inheritance
- Implemented types
- Implementers
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toCielabColor(
) → CielabColor -
override
-
toCssString(
) → String -
override
-
toHexColor(
) → HexColor -
override
-
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) → num -
inherited