Type
Color
A Color object is created by calling any of the love.graphics.newColor() functions.
Functions
setRed( red ) Sets the amount of red in the color.
setGreen( green ) Sets the amount of green in the color.
setBlue( blue ) Sets the amount of blue in the color.
setAlpha( alpha ) Sets the amount of alpha in the color.
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.
Copyright © 2006-2008 LÖVE Development Team.