Learn R Programming

colorscience (version 1.0.8)

HSV2RGB: Convert HSV coordinates to RGB

Description

HSV2RGB Converts HSV coordinates to RGB.

Usage

HSV2RGB(HSVmatrix)

Arguments

HSVmatrix

HSV coordinates

Value

RGB coordinates

References

Logicol S.r.l., 2014 EasyRGB color search engine http://www.easyrgb.com/

Examples

Run this code
# NOT RUN {
HSV<-c(0.9590164, 0.4919355, 0.4862745)
HSV2RGB(HSV)
# }

Run the code above in your browser using DataLab