RGBAColor class Null safety
Constructors
Properties
- alpha → int
-
final
- blue → int
-
final
- green → int
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- red → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toHex → HEXColor
-
Convert this to a HEX color space
read-onlyoverride
- toHSL → HSLColor
-
Convert this to a HSL color space
read-onlyinherited
- toHSV → HSVColor
-
Convert this to a HSV color space
read-onlyinherited
- toRGB → RGBAColor
-
Convert this to a RGBA color space
read-onlyoverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited