22module
com { module sun { module star { module awt {
RasterOperation
These values are used to specify the binary pixel-operation applied when pixels are written to the de...
Definition RasterOperation.idl:29
@ ZEROBITS
All bits which are affected by this operation are set to 0.
Definition RasterOperation.idl:44
@ INVERT
All bits which are affected by this operation are inverted.
Definition RasterOperation.idl:54
@ OVERPAINT
sets all pixel as written in the output operation.
Definition RasterOperation.idl:33
@ XOR
uses the pixel written as one and the current pixel as the other operator of an exclusive or-operatio...
Definition RasterOperation.idl:39
@ ALLBITS
All bits which are affected by this operation are set to 1.
Definition RasterOperation.idl:49
Definition Ambiguous.idl:20