hsv2rgb: Convert colors from HSV matrix to RGB matrix

View source: R/z_colors.R

hsv2rgbR Documentation

Convert colors from HSV matrix to RGB matrix

Description

Convert colors from HSV matrix to RGB matrix

Usage

hsv2rgb(x)

Arguments

x

numeric matrix with 3 columns representing hue (H), saturation (S), and value (V) color components respectively

Value

numeric matrix with 3 columns representing red (R), green (G) and blue (B) color components respectively

See Also

rgb2hsv, hsv2R, rgb2R, R2hsv, R2rgb


benja0x40/Barbouille documentation built on March 26, 2023, 11:38 p.m.