osg.BlendFunc

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

Constructors:

osg.BlendFunc()

osg.BlendFunc(osg.BlendFunc.Mode source, osg.BlendFunc.Mode destination)

Параметры:
osg.BlendFunc(osg.BlendFunc.Mode source, osg.BlendFunc.Mode destination, osg.BlendFunc.Mode sourceAlpha, osg.BlendFunc.Mode destinationAlpha)

Параметры:

Methods:

:setSource(osg.BlendFunc.Mode val)

Параметры:val (osg.BlendFunc.Mode) –
:getSource()

Тип результата:osg.BlendFunc.Mode
:setSourceRGB(osg.BlendFunc.Mode val)

Параметры:val (osg.BlendFunc.Mode) –
:getSourceRGB()

Тип результата:osg.BlendFunc.Mode
:setSourceAlpha(osg.BlendFunc.Mode val)

Параметры:val (osg.BlendFunc.Mode) –
:getSourceAlpha()

Тип результата:osg.BlendFunc.Mode
:setDestination(osg.BlendFunc.Mode val)

Параметры:val (osg.BlendFunc.Mode) –
:getDestination()

Тип результата:osg.BlendFunc.Mode
:setDestinationRGB(osg.BlendFunc.Mode val)

Параметры:val (osg.BlendFunc.Mode) –
:getDestinationRGB()

Тип результата:osg.BlendFunc.Mode
:setDestinationAlpha(osg.BlendFunc.Mode val)

Параметры:val (osg.BlendFunc.Mode) –
:getDestinationAlpha()

Тип результата:osg.BlendFunc.Mode