ColorLCHABa
data class ColorLCHABa @JvmOverloads constructor(l: Double, c: Double, h: Double, alpha: Double, ref: ColorXYZa) : ColorModel<ColorLCHABa> , ReferenceWhitePoint, ShadableColor<ColorLCHABa> , HueShiftableColor<ColorLCHABa> , AlgebraicColor<ColorLCHABa>
Content copied to clipboard
The CIELChAB color space is the cylindrical representation of the CIELAB color space.
See also
Parameters
l
luminance, in a range of 0.0 (darkest) to 100.0 (brightest)
c
chroma
h
hue in degrees, where a full rotation is 360.0 degrees
alpha
alpha as a percentage between 0.0 and 1.0
ref
reference white against which the color values are calculated
Constructors
ColorLCHABa
Link copied to clipboard
Types
Functions
div
Link copied to clipboard
minus
Link copied to clipboard
mix
Link copied to clipboard
plus
Link copied to clipboard
shade
Link copied to clipboard
Multiply the shade by a factor.
shiftHue
Link copied to clipboard
Shift the hue of a color by the given amount of degrees.
times
Link copied to clipboard
toLSHABa
Link copied to clipboard