hsv2rgb: hsv2rgb convert

Description Usage Arguments Examples

Description

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

Usage

1
hsv2rgb(h, s, v)

Arguments

h

Hue of the color

s

Saturation of the color

v

Value of the color

Examples

1
hsv2rgb(150,0.2,0.6)

Example output

[1] "#7A998A"

ColorPalette documentation built on May 2, 2019, 9:31 a.m.