Value | Description |
Zero |
Uses 0 for the specified component.
|
---|
One |
Uses 1 for the specified component.
|
---|
SourceColor |
Uses the source color for the specified component.
|
---|
OneMinusSourceColor |
Uses 1-SourceColor for the specified component.
|
---|
DestinationColor |
Uses the destination color for the specified component.
|
---|
OneMinusDestinationColor |
Uses 1-DestinationColor for the specified component.
|
---|
SourceAlpha |
Uses the source color alpha for the specified component.
|
---|
OneMinusSourceAlpha |
Uses 1-SourceAlpha for the specified component.
|
---|
DestinationAlpha |
Uses the destination color alpha for the specified component.
|
---|
OneMinusDestinationAlpha |
Uses 1-Destination for the specified component.
|
---|
ConstantColor |
Uses the constant color for the specified component.
|
---|
OneMinusConstantColor |
Uses 1-ConstantColor for the specified component.
|
---|
ConstantAlpha |
Uses the constant color alpha for the specified component.
|
---|
OneMinusConstantAlpha |
Uses 1-ConstantAlpha for the specified component.
|
---|
SourceAlphaSaturate |
Uses the saturate calculation for the specified component. Result = min(SourceAlpha,1-DestinationAlpha) On actual hardware, this can be used for the blending coefficient for both source and destination. Note, however, that only the blending coefficient set for the source is applied in the PicaOnDesktop environment.
|
---|