Inheritance Graph
graph BT
	TransparencyRenderer
	TransparencyRenderer --> NodeRendererState
	click TransparencyRenderer "classMinSG_1_1TransparencyRenderer"
	click NodeRendererState "classMinSG_1_1NodeRendererState"
Description
Main
Documentation
function
 MinSG::TransparencyRenderer::TransparencyRenderer
Defined in MinSG/Core/States/TransparencyRenderer.h:44
function
 MinSG::TransparencyRenderer::~TransparencyRenderer
Defined in MinSG/Core/States/TransparencyRenderer.h:45
function
 MinSG::TransparencyRenderer::addNode
Defined in MinSG/Core/States/TransparencyRenderer.h:47
function
 MinSG::TransparencyRenderer::clone
Defined in MinSG/Core/States/TransparencyRenderer.h:50
function
 MinSG::TransparencyRenderer::setUsePremultipliedAlpha
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
Check the usage of premultiplied-alpha colors for blending.
Returns
Current usage status.
Defined in MinSG/Core/States/TransparencyRenderer.h:67