I find some help of function is poor.
such as :
Synopsis
love.graphics.setBlendMode( mode )
Arguments
mode The blending mode.
OK. what value is for "mode"?I know there is an "blend_additive",is there any other value?
THKS
Are there any help about function Arguments
-
- Prole
- Posts: 47
- Joined: Thu Sep 24, 2009 1:49 pm
- TechnoCat
- Inner party member
- Posts: 1612
- Joined: Thu Jul 30, 2009 12:31 am
- Location: Milwaukee, WI
- Contact:
Re: Are there any help about function Arguments
love.blend_normal Normal blendig mode.osgeld wrote:http://love2d.org/docs/Constants.html
love.blend_additive Additive blending mode.
Re: Are there any help about function Arguments
This will be changing in LÖVE 0.6.0, as it now uses string constants.
So, mode would be either "alpha" (normal) or "additive".
So, mode would be either "alpha" (normal) or "additive".
-
- Prole
- Posts: 47
- Joined: Thu Sep 24, 2009 1:49 pm
Who is online
Users browsing this forum: No registered users and 9 guests