Hue.2.RGB {colorscience} | R Documentation |
Convert Hue to RGB
Description
Hue.2.RGB
Converts Hue to RGB for HSL conversion.
Usage
Hue.2.RGB(v1, v2, vH)
Arguments
v1 |
value 1 |
v2 |
value 2 |
vH |
value of hue |
Value
RGB coordinates
Author(s)
Jose Gama
Source
Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox https://www.munsellcolourscienceforpainters.com/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html
References
Paul Centore 2014 The Munsell and Kubelka-Munk Toolbox https://www.munsellcolourscienceforpainters.com/MunsellAndKubelkaMunkToolbox/MunsellAndKubelkaMunkToolbox.html
Examples
Hue.2.RGB(1,2,3)
[Package colorscience version 1.0.9 Index]