osg.BlendEquation

class osg.BlendEquation
Represents:c++ class
Wraps:osg::BlendEquation
Bases:osg.StateAttribute

Constructors:

osg.BlendEquation()

osg.BlendEquation(osg.BlendEquation.Equation equation)

Parameters:equation (osg.BlendEquation.Equation) –
osg.BlendEquation(osg.BlendEquation.Equation equationRGB, osg.BlendEquation.Equation equationAlpha)

Parameters:

Methods:

:setEquation(osg.BlendEquation.Equation equation)

Parameters:equation (osg.BlendEquation.Equation) –
:getEquation()

Return type:osg.BlendEquation.Equation
:setEquationRGB(osg.BlendEquation.Equation equation)

Parameters:equation (osg.BlendEquation.Equation) –
:getEquationRGB()

Return type:osg.BlendEquation.Equation
:setEquationAlpha(osg.BlendEquation.Equation equation)

Parameters:equation (osg.BlendEquation.Equation) –
:getEquationAlpha()

Return type:osg.BlendEquation.Equation