Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
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.