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
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| bEnable | No | Enables or disables alpha blending. |
| eSrcBlend | No | Percentage of the final pixel color that is made up of the new pixel color. |
| eDestBlend | No | Percentage of the final pixel color that is made up of the new current color. |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.