BlendOperation Enumeration
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines the supported blend operations.
Definition
Visual Basic .NET |
Public Enum BlendOperation |
C# |
public enum BlendOperation |
Managed C++ |
__value public enum BlendOperation |
JScript .NET |
public enum BlendOperation |
Members
Member |
Value |
Description |
Subtract |
2 |
Result is the destination subtracted from the source. Result = Source - Destination |
Max |
5 |
Result is the maximum of the source and destination. Result = MAX(Source, Destination) |
Min |
4 |
Result is the minimum of the source and destination. Result = MIN(Source, Destination) |
RevSubtract |
3 |
Result is the source subtracted from the destination. Result = Destination - Source |
Add |
1 |
Result is the destination added to the source. Result = Source + Destination |
Remarks
This enumeration is used by the RenderStateManager.BlendOperation property.
Enumeration Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) |
Strong Name |
Microsoft.DirectX.Direct3D,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
See Also
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center