HSV.getColor

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

class HSV
void
getColor
(
out double h
,
out double s
,
out double v
)

Parameters

h double

Return value for the hue. out

s double

Return value for the saturation. out

v double

Return value for the value. out

Meta