get_rgba
Description:
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. |