Blink1Device.setHSV

Immediatelty changes the color to the given value

class Blink1Device
@safe
void
setHSV
(
ubyte h
,
ubyte s
,
ubyte v
)

Parameters

h ubyte

hue component of color (0 <= h <= 255)

s ubyte

saturation component of color (0 <= s <= 255)

v ubyte

value component of color (0 <= v <= 255)

Throws

Blink1Exception on error.

See Also

Meta