Lch

interface Lch : Color

Common interface for the polar representation of dev.kdrag0n.colorkt.ucs.lab.Lab color spaces.

This represents Lab colors with the following 3 components:

  • L: perceived lightness

  • C: chroma (amount of color)

  • h: hue angle, in degrees (which color, e.g. green/blue)

See also

Properties

chroma
Link copied to clipboard
abstract val chroma: Double

Chroma component (amount of color).

hue
Link copied to clipboard
abstract val hue: Double

Hue angle component in degrees (which color, e.g. green/blue).

lightness
Link copied to clipboard
abstract val lightness: Double

Perceived lightness component.

Inheritors

Zcam
Link copied to clipboard
CieLch
Link copied to clipboard
Oklch
Link copied to clipboard
Srlch2
Link copied to clipboard