Color
A Color object is created by calling any of the love.objects:newColor() functions.
Functions
getRed( ) | Gets the amount of red in the color. |
getGreen( ) | Gets the amount of green in the color. |
getBlue( ) | Gets the amount of blue in the color. |
getAlpha( ) | Gets the amount of alpha in the color. |