Version 0.2.0
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
AnimationColorFontImageMusicSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
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.