get_rgba


Description:

public void get_rgba (out double red, out double green, out double blue, out double alpha)

Retrieves the current set color as linear light non premultipled RGBA data, any of the return pointers can be omitted.

Parameters:

this

a Color

red

red return location.

green

green return location.

blue

blue return location.

alpha

alpha return location.