set_hsla


Description:

public void set_hsla (double hue, double saturation, double lightness, double alpha, Object? space)

Set color as HSLA 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.

lightness

lightness value.

alpha

alpha value.

space

RGB space.