R/color-conversions.R
colToHSV.Rd
Convert any valid R color specification to HSV.
colToHSV(col, useAlphaChannel = FALSE)
vector of valid R colors.
logical indicating whether the alpha channel should be included.
Numeric HSV matrix.
color-conversion-overview