Added Fields |
int DST
|
Porter-Duff Destination rule. |
int DST_ATOP
|
Porter-Duff Destination Atop Source rule. |
AlphaComposite Dst
|
AlphaComposite object that implements the opaque DST rule with an alpha of 1.0f. |
AlphaComposite DstAtop
|
AlphaComposite object that implements the opaque DST_ATOP rule with an alpha of 1.0f. |
int SRC_ATOP
|
Porter-Duff Source Atop Destination rule. |
AlphaComposite SrcAtop
|
AlphaComposite object that implements the opaque SRC_ATOP rule with an alpha of 1.0f. |
int XOR
|
Porter-Duff Source Xor Destination rule. |
AlphaComposite Xor
|
AlphaComposite object that implements the opaque XOR rule with an alpha of 1.0f. |