Home -> IStateGroupNode -> BlendFactor
Description
The BlendFactor enumeration specifies the multiplier applied to source and destination color values before a blend operation is evaluated.
Members
| Name | Description | |
|---|---|---|
| Zero |
Uses a factor of zero for all components.
|
|
| One |
Uses a factor of one for all components.
|
|
| SourceColor |
Uses the source color components as the factor.
|
|
| OneMinusSourceColor |
Uses one minus the source color components as the factor.
|
|
| DestinationColor |
Uses the destination color components as the factor.
|
|
| OneMinusDestinationColor |
Uses one minus the destination color components as the factor.
|
|
| SourceAlpha |
Uses the source alpha value as the factor for all components.
|
|
| OneMinusSourceAlpha |
Uses one minus the source alpha value as the factor for all components.
|
|
| DestinationAlpha |
Uses the destination alpha value as the factor for all components.
|
|
| OneMinusDestinationAlpha |
Uses one minus the destination alpha value as the factor for all components.
|