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
Public Enum Add
Adds the scaled source value and scaled destination value.
Public Enum Subtract
Subtracts the scaled destination value from the scaled source value.
Public Enum ReverseSubtract
Subtracts the scaled source value from the scaled destination value.
Public Enum Min
Uses the component-wise minimum of the source and destination values.
Public Enum Max
Uses the component-wise maximum of the source and destination values.

See also