get_rgba_with_space


Description:

public void get_rgba_with_space (out double red, out double green, out double blue, out double alpha, Object space)

Retrieves the current set color stored as space.

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

Parameters:

this

a Color

red

red return location.

green

green return location.

blue

blue return location.

alpha

alpha return location.

space

RGB space.