LAB class

Constructors

LAB({required double l, required double a, required double b})
LAB.fromHex(String hex)

Properties

a double
getter/setter pair
b 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

Methods

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

Operators

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