HSV.getColor

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

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

Parameters

h double

Return value for the hue

s double

Return value for the saturation

v double

Return value for the value

Meta

Since

2.14