HSL class

Constructors

HSL({required double h, required double s, required double l})
HSL.fromHex(String hex)

Properties

h double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
l double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s double
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCmyk() CMYK
toHex() String
toHsb() HSB
toLab() LAB
toRgb() RGB
toString() String
A string representation of this object.
override
toXyz() XYZ

Operators

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