labFromArgb

open fun labFromArgb(argb: Int): Array<Double>

Converts a color from ARGB representation to L*a*b* representation.

Return

a Lab object representing the color

Parameters

argb

the ARGB representation of a color