HSV.getMetrics

Queries the size and ring width of an HSV color selector. Since 2.14

class HSV
void
getMetrics
(
out int size
,
out int ringWidth
)

Parameters

size int

Return value for the diameter of the hue ring. out

ringWidth int

Return value for the width of the hue ring. out

Meta