ColorUtils class abstract final

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

alphaFromArgb(int argb) int
argbFromLab(double l, double a, double b) int
argbFromLinrgb(List<double> linrgb) int
argbFromLstar(double lstar) int
argbFromRgb(int red, int green, int blue) int
argbFromXyz(double x, double y, double z) int
blueFromArgb(int argb) int
delinearized(double rgbComponent) int
greenFromArgb(int argb) int
isOpaque(int argb) bool
labFromArgb(int argb) List<double>
linearized(int rgbComponent) double
lstarFromArgb(int argb) double
lstarFromY(double y) double
redFromArgb(int argb) int
whitePointD65() List<double>
xyzFromArgb(int argb) List<double>
yFromLstar(double lstar) double