BlendOperation defines the operation used to combine the multiplied source and destination colors.
- See:
Properties:
Name | Type | Description |
---|---|---|
ADD |
Adds the two values. |
|
SUBTRACT |
Subtracts the two values. |
|
REVERSE_SUBTRACT |
Subtracts the two values in the reverse order. |