Package dev. kdrag0n. colorkt. ucs. lch
Types
Cie Lch
Link copied to clipboard
data class CieLch @JvmOverloads constructor(lightness: Double, chroma: Double, hue: Double, referenceWhite: CieXyz) : Lch
Content copied to clipboard
Polar (LCh) representation of dev.kdrag0n.colorkt.ucs.lab.CieLab.
Lch
Link copied to clipboard
Common interface for the polar representation of dev.kdrag0n.colorkt.ucs.lab.Lab color spaces.