gtkHSVToRgb: gtkHSVToRgb

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

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

Usage

1
gtkHSVToRgb(h, s, r, g, b)

Arguments

h

Hue

s

Saturation

r

Return value for the red component

g

Return value for the green component

b

Return value for the blue 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 gtkHSVToRgb in RGtk2...