CMYK class

Constructors

CMYK({required int c, required int m, required int y, required int k})
CMYK.fromHex(String hex)

Properties

c int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
k int
getter/setter pair
m int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
y int
getter/setter pair

Methods

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

Operators

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