gtkRgbToHsv: gtkRgbToHsv

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Converts a color from RGB space to HSV. Input values must be in the [0.0, 1.0] range; output values will be in the same range.

Usage

1
gtkRgbToHsv(r, g, h, s, v)

Arguments

r

Red

g

Green

h

Return value for the hue component

s

Return value for the saturation component

v

Return value for the value component

Details

Since 2.14

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkRgbToHsv in RGtk2...