Version 0.1.1a
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
ColorFontImageMusicSound
Callbacks
loadupdaterendermousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig files
Type
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.