Hct class final

Constructors

Hct.from(double hue, double chroma, double tone)
factory
Hct.fromInt(int argb)
factory

Properties

chroma double
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hue double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tone double
getter/setter pair

Methods

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

Operators

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

Static Methods

isBlue(double hue) bool
isCyan(double hue) bool
isYellow(double hue) bool