osg.BlendEquation

class osg.BlendEquation
Represents

c++ class

Wraps

osg::BlendEquation

Bases

osg.StateAttribute

Constructors:

osg.BlendEquation()

osg.BlendEquation(osg.BlendEquation.Equation equation)

Параметры

equation (osg.BlendEquation.Equation) –

osg.BlendEquation(osg.BlendEquation.Equation equationRGB, osg.BlendEquation.Equation equationAlpha)

Параметры

Methods:

:setEquation(osg.BlendEquation.Equation equation)

Параметры

equation (osg.BlendEquation.Equation) –

:getEquation()

Тип результата

osg.BlendEquation.Equation

:setEquationRGB(osg.BlendEquation.Equation equation)

Параметры

equation (osg.BlendEquation.Equation) –

:getEquationRGB()

Тип результата

osg.BlendEquation.Equation

:setEquationAlpha(osg.BlendEquation.Equation equation)

Параметры

equation (osg.BlendEquation.Equation) –

:getEquationAlpha()

Тип результата

osg.BlendEquation.Equation