gtkHSVSetColor: gtkHSVSetColor

Description Usage Arguments Details Author(s)

View source: R/gtkFuncs.R

Description

Sets the current color in an HSV color selector. Color component values must be in the [0.0, 1.0] range.

Usage

1
gtkHSVSetColor(object, h, s, v)

Arguments

object

An HSV color selector

h

Hue

s

Saturation

v

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