Learn R Programming

ColorPalette (version 1.0-1)

hsv2rgb: hsv2rgb convert

Description

This function converts the values of a color from hsv color space to rgb.

Usage

hsv2rgb(h, s, v)

Arguments

h
Hue of the color
s
Saturation of the color
v
Value of the color

Examples

Run this code
hsv2rgb(150,0.2,0.6)

Run the code above in your browser using DataLab