RGB2hue {colorscience} | R Documentation |
Convert sRGB coordinates to hue
Description
RGB2hue
Converts sRGB coordinates to hue.
Usage
RGB2hue(RGBmatrix)
Arguments
RGBmatrix |
sRGB coordinates |
Value
hue
Author(s)
Jose Gama
Examples
RGB2hue(c(0.310897, 0.306510, 74.613450))
[Package colorscience version 1.0.9 Index]