The CompositionMode enumeration provides the following values:
Description |
Value |
---|---|
|
Indicates invalid or unsupported composition mode. |
|
R = 0 |
|
R = S |
|
R = S + D*`(1 - `Sa) |
|
R = S* Da ` |
|
R = S*`(1 - `Da) |
|
R = S* Da + D*`(1 - `Sa) |
|
R = D, essentially a noop |
|
R = S*`(1 - `Da) + D |
|
R = D* Sa ` |
|
R = D*`(1 - `Sa) |
|
R = S*`(1 - `Da) + D* Sa ` |
|
R = S*`(1 - `Da) + D*`(1 - `Sa) |
|
R = S + D |
|
Result is the absolute value of the difference between the source and the destination. |