osg.BlendEquation¶
- class osg.BlendEquation¶
- Represents:
c++ class
- Wraps:
osg::BlendEquation
- Bases:
Constructors:
- osg.BlendEquation()¶
- osg.BlendEquation(osg.BlendEquation.Equation equation)
-
- Параметры:
equation (
osg.BlendEquation.Equation) –
- osg.BlendEquation(osg.BlendEquation.Equation equationRGB, osg.BlendEquation.Equation equationAlpha)
-
- Параметры:
equationRGB (
osg.BlendEquation.Equation) –equationAlpha (
osg.BlendEquation.Equation) –
Methods:
- :setEquation(osg.BlendEquation.Equation equation)¶
-
- Параметры:
equation (
osg.BlendEquation.Equation) –
- :getEquation()¶
-
- Тип результата:
- :setEquationRGB(osg.BlendEquation.Equation equation)¶
-
- Параметры:
equation (
osg.BlendEquation.Equation) –
- :getEquationRGB()¶
-
- Тип результата:
- :setEquationAlpha(osg.BlendEquation.Equation equation)¶
-
- Параметры:
equation (
osg.BlendEquation.Equation) –
- :getEquationAlpha()¶
-
- Тип результата: