LABColor
LABColor[l_, a_, b_]
represents a color in the CIELAB color space with lightness l
and color components a
and b
.
example
Graphics[{LABColor[.5, .8, .8], Disk[]}]
LABColor[l_, a_, b_]
represents a color in the CIELAB color space with lightness l
and color components a
and b
.
example
Graphics[{LABColor[.5, .8, .8], Disk[]}]