get_color


Description:

[ Version ( since = "2.14" ) ]
public void get_color (out double h, out double s, out double v)

Queries the current color in an HSV color selector.

Returned values will be in the [0.0, 1.0] range.

Parameters:

this

An HSV color selector

h

Return value for the hue

s

Return value for the saturation

v

Return value for the value