DmcUtils class

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

findDmcByCode(String code, Map<String, Dmc> dmcMap) Dmc?
findNearestPalette(Lab lab, Map<String, Dmc> dmcMap) Dmc?
getAvgColor(Iterable<Rgba> colors) Rgba
getDeltaE(Lab lab, Lab? paletteLab) double
rgbaToLab({required int r, required int g, required int b, int a = 255, Rgba? bg}) Lab