rgb2hsv: Convert colors from RGB matrix to HSV matrix

View source: R/z_colors.R

rgb2hsvR Documentation

Convert colors from RGB matrix to HSV matrix

Description

Convert colors from RGB matrix to HSV matrix

Usage

rgb2hsv(x)

Arguments

x

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

Value

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

See Also

hsv2rgb, rgb2R, hsv2R R2rgb, R2hsv


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