gtkHSVSetColor {RGtk2}R Documentation

gtkHSVSetColor

Description

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

Usage

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


[Package RGtk2 version 2.20.21 Index]