public

Inheritance Graph

graph BT
	TransparencyRenderer
	TransparencyRenderer --> NodeRendererState
	click TransparencyRenderer "classMinSG_1_1TransparencyRenderer"
	click NodeRendererState "classMinSG_1_1NodeRendererState"

Description

[ TransparencyRenderer ] > [ NodeRendererState ]

Main

     
     
  TransparencyRenderer()  
     
  ~TransparencyRenderer()  
     
void addNode( Node * n)  
     
TransparencyRenderer * clone() const
> [ State ]
     
void setUsePremultipliedAlpha(bool usePMA)  
     
bool getUsePremultipliedAlpha() const  

Documentation

function
MinSG::TransparencyRenderer::TransparencyRenderer

public
   
   
TransparencyRenderer( )

Defined in MinSG/Core/States/TransparencyRenderer.h:44


function
MinSG::TransparencyRenderer::~TransparencyRenderer

public virtual
   
   
~TransparencyRenderer( )

Defined in MinSG/Core/States/TransparencyRenderer.h:45


function
MinSG::TransparencyRenderer::addNode

public
     
     
void addNode( Node * n )

Defined in MinSG/Core/States/TransparencyRenderer.h:47


function
MinSG::TransparencyRenderer::clone

public const virtual
   
   
TransparencyRenderer * clone( ) const
> [ State ]

Defined in MinSG/Core/States/TransparencyRenderer.h:50


function
MinSG::TransparencyRenderer::setUsePremultipliedAlpha

public inline
     
     
void setUsePremultipliedAlpha( bool usePMA )

Specify the usage of premultiplied-alpha colors for blending.

Parameters

usePMA
Specify the new status.

Defined in MinSG/Core/States/TransparencyRenderer.h:57


function
MinSG::TransparencyRenderer::getUsePremultipliedAlpha

public const inline
   
   
bool getUsePremultipliedAlpha( ) const

Check the usage of premultiplied-alpha colors for blending.

Returns

Current usage status.

Defined in MinSG/Core/States/TransparencyRenderer.h:67