gtkHSVGetColor: gtkHSVGetColor

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Queries the current color in an HSV color selector. Returned values will be in the [0.0, 1.0] range.

Usage

1
gtkHSVGetColor(object, h, s, v)

Arguments

object

An HSV color selector

h

Return value for the hue

s

Return value for the saturation

v

Return value for the value

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 gtkHSVGetColor in RGtk2...