BlendFunc Struct Reference

Structure representing the alpha-blending function. More...

List of all members.

Public Member Functions

 BlendFunc (BlendFuncMode mode, BlendFuncFactor srcFactor, BlendFuncFactor dstFactor)
 Creates the structure representing the alpha-blending function.
void Set (BlendFuncMode mode, BlendFuncFactor srcFactor, BlendFuncFactor dstFactor)
 Sets a value to the the structure representing the alpha-blending function.

Properties

BlendFuncMode Mode [get, set]
 Alpha-blending function mode.
BlendFuncFactor SrcFactor [get, set]
 Alpha-blending function source coefficient.
BlendFuncFactor DstFactor [get, set]
 Alpha-blending function destination coefficient.

Detailed Description

Structure representing the alpha-blending function.


Constructor & Destructor Documentation

BlendFunc ( BlendFuncMode  mode,
BlendFuncFactor  srcFactor,
BlendFuncFactor  dstFactor 
)

Creates the structure representing the alpha-blending function.

Parameters:
modeAlpha-blending function mode
srcFactorAlpha-blending function source coefficient
dstFactorAlpha-blending function destination coefficient

Member Function Documentation

void Set ( BlendFuncMode  mode,
BlendFuncFactor  srcFactor,
BlendFuncFactor  dstFactor 
)

Sets a value to the the structure representing the alpha-blending function.

Parameters:
modeAlpha-blending function mode
srcFactorAlpha-blending function source coefficient
dstFactorAlpha-blending function destination coefficient