polarLUV {colorspace} | R Documentation |
This function creates colors of class “polarLUV”; a subclass of the virtual “color” class.
polarLUV(L, C, H, names)
L,C,H |
these arguments give the L, C and H coordinates of
the colors. The values can be provided in separate |
names |
A vector of names for the colors (by default the row
names of |
The polarLUV space is a transformation of the CIE L*u*u* space so that the u and u values are converted to polar coordinates. The radial component C measures chroma and the angular coordinate H is measures hue.
An object of class “polarLUV” which inherits from class “color.”
Ross Ihaka
RGB
,
HSV
,
XYZ
,
LAB
,
polarLAB
,
LUV
,
polarLUV
.
## Show the polarLUV space x = RGB(runif(1000), runif(1000), runif(1000)) plot(as(x,"polarLUV"))