Method

GtkHSVget_color

since: 2.14

Declaration [src]

void
gtk_hsv_get_color (
  GtkHSV* hsv,
  gdouble* h,
  gdouble* s,
  gdouble* v
)

Description [src]

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

Available since: 2.14

Parameters

h

Type: gdouble*

Return value for the hue.

The argument will be set by the function.
s

Type: gdouble*

Return value for the saturation.

The argument will be set by the function.
v

Type: gdouble*

Return value for the value.

The argument will be set by the function.