Home -> IStateGroupNode -> BlendOperation
Description
The BlendOperation enumeration specifies the arithmetic operation used to combine source and destination values when color blending is enabled.
Members
| Name | Description | |
|---|---|---|
| Add |
Adds the scaled source value and scaled destination value.
|
|
| Subtract |
Subtracts the scaled destination value from the scaled source value.
|
|
| ReverseSubtract |
Subtracts the scaled source value from the scaled destination value.
|
|
| Min |
Uses the component-wise minimum of the source and destination values.
|
|
| Max |
Uses the component-wise maximum of the source and destination values.
|