nROP2

Constant that specifies the ROP code for one or more objects. Possible ROP code values are:

Value

Meaning

ANN_ROP2_COPY

[0x0000] Draw the object using the object's color

ANN_ROP2_AND

[0x0001] Draw the object, performing an AND between the object's color and the background color. This creates a highlight effect. White objects become transparent.

ANN_ROP2_XOR

[0x0002]Draw the object, performing an XOR between the object's color and the background color. This creates an inverted effect. Black objects become transparent.

Default is ANN_ROP2_COPY.