Wiki > TV3D65 Index > TVScreen2DImmediate

Settings_SetAlphaBlendingEx

DESCRIPTION

Sets the blending mode used by the graphics card in the alpha blending stage.

FinalColor = TexelColor x eSrcBlend + CurrentPixelColor x eDestBlend

- FinalColor is the output pixel color.
- TexelColor is the new input color after texture filtering.
- eSrcBlend is the percentage of the final pixel color that is made up of the new pixel color.
- CurrentPixelColor is the color of the current pixel in the buffer.
- eDestBlend is the percentage of the final pixel color that is made up of the current pixel color.

DECLARATION

VB.NET Settings_SetAlphaBlendingEx(bEnable As Boolean , eSrcBlend As CONST_TV_BLENDEX , eDestBlend As CONST_TV_BLENDEX)
C++ void Settings_SetAlphaBlendingEx(bool bEnable , cCONST_TV_BLENDEX eSrcBlend , cCONST_TV_BLENDEX eDestBlend)

PARAMETERS

NAMEOPTIONALDESCRIPTION
bEnableNoEnables or disables alpha blending.
eSrcBlendNoPercentage of the final pixel color that is made up of the new pixel color.
eDestBlendNoPercentage of the final pixel color that is made up of the new current color.

RETURN VALUE

Null Does not return a value.

EXAMPLES

ExampleBasic example.

TIPS

  • Please add any notes or tips for this method.
 
tvscreen2dimmediate/settings_setalphablendingex.txt · Last modified: 2009/12/26 10:23 by 188.23.168.91