Color class abstract

Implementers

Constructors

Color()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toHex HEXColor
Convert this to a HEX color space
no setter
toHSL HSLColor
Convert this to a HSL color space
no setter
toHSV HSVColor
Convert this to a HSV color space
no setter
toRGB RGBAColor
Convert this to a RGBA color space
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited