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)

Parameters:
osg.BlendFunc(osg.BlendFunc.Mode source, osg.BlendFunc.Mode destination, osg.BlendFunc.Mode sourceAlpha, osg.BlendFunc.Mode destinationAlpha)

Parameters:

Methods:

:setSource(osg.BlendFunc.Mode val)

Parameters:val (osg.BlendFunc.Mode) –
:getSource()

Return type:osg.BlendFunc.Mode
:setSourceRGB(osg.BlendFunc.Mode val)

Parameters:val (osg.BlendFunc.Mode) –
:getSourceRGB()

Return type:osg.BlendFunc.Mode
:setSourceAlpha(osg.BlendFunc.Mode val)

Parameters:val (osg.BlendFunc.Mode) –
:getSourceAlpha()

Return type:osg.BlendFunc.Mode
:setDestination(osg.BlendFunc.Mode val)

Parameters:val (osg.BlendFunc.Mode) –
:getDestination()

Return type:osg.BlendFunc.Mode
:setDestinationRGB(osg.BlendFunc.Mode val)

Parameters:val (osg.BlendFunc.Mode) –
:getDestinationRGB()

Return type:osg.BlendFunc.Mode
:setDestinationAlpha(osg.BlendFunc.Mode val)

Parameters:val (osg.BlendFunc.Mode) –
:getDestinationAlpha()

Return type:osg.BlendFunc.Mode