HSV.getColor

void getColor(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

hReturn value for the hue
sReturn value for the saturation
vReturn value for the value