IDKitLabColor extension
LAB type color extension.
- on
Methods
-
cie76ColorDifference(
LABColor color, {double tolerance = 2.3}) → bool -
Available on LABColor, provided by the IDKitLabColor extension
Calculate color difference using cie76 standard. -
cie94ColorDifference(
LABColor color, {double tolerance = 1.0, ColorImageStyle colorImageStyle = ColorImageStyle.graphicArt, double kc = 1.0, double kh = 1.0, double sl = 1.0}) → bool -
Available on LABColor, provided by the IDKitLabColor extension
Compute color differences using the cie94 algorithm. -
ciede2000ColorDifference(
LABColor color, {double tolerance = 2.3, double kc = 1.0, double kh = 1.0, double kl = 1.0}) → bool -
Available on LABColor, provided by the IDKitLabColor extension
Compute color differences using the ciede2000 algorithm.