ColorValue class
Properties
Methods
-
darken(
double amount) → ColorValue -
declaration(
{bool isConst = true}) → String -
lighten(
double amount) → ColorValue -
mix(
String value, double amount) → ColorValue -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toHex(
) → String -
toHex8(
) → String -
toHSL(
) → HSL -
toRgb(
) → List< num> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- black → ColorValue
-
no setter
Static Methods
-
maybeParse(
dynamic value) → ColorValue?