set_hsva


Description:

public void set_hsva (double hue, double saturation, double value, double alpha, Object? space)

Set color as HSVA data stored as space.

If space is null, this is equivalent to storing with the default sRGB space.

Parameters:

this

a Color

hue

hue value.

saturation

saturation value.

value

value value.

alpha

alpha value.

space

RGB space.