HEXColor class

Inheritance

Constructors

HEXColor({String hex = 'ffffffff'})

Properties

hashCode int
The hash code for this object.
no setterinherited
hex String
The hex value. It must not start with # and the length must be equal to 8
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toHex HEXColor
Convert this to a HEX color space
no setterinherited
toHSL HSLColor
Convert this to a HSL color space
no setterinherited
toHSV HSVColor
Convert this to a HSV color space
no setterinherited
toRGB RGBAColor
Convert this to a RGBA color space
no setteroverride

Methods

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

Operators

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