get_hsla


Description:

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

Retrieves the current set color stored as space.

If space is null, this is equivalent to requesting color in the default sRGB space.

Parameters:

this

a Color

hue

hue return location.

saturation

saturation return location.

lightness

value return location.

alpha

alpha return location.

space

RGB space.