RGB class

Constructors

RGB({required int r, required int g, required int b})
RGB.fromHex(String hex)

Properties

b int
getter/setter pair
g int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
r int
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
toLab() LAB
toString() String
A string representation of this object.
override
toXyz() XYZ

Operators

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