IDKitColor extension

on

Properties

hslColor HSLColor
Generate HSL type colors from RGB type colors.
no setter
hsvColor HSVColor
Generate HSV type colors from RGB type colors.
no setter
labColor LABColor
Generate LAB type colors from RGB type colors.
no setter
rgbaUInt32 int
Get the UInt32 value of RGBA type color.
no setter

Methods

euclideanDistanceColorDifference(Color color, {double tolerance = 1.0}) bool
Calculate the difference of colors in RGB format using Euclidean distance.