Overview | Methods | This Package | All Packages
| Fields | Description |
| BLACK | Represents a raster operation in which the resulting pixels will be black. |
| BRUSH | Represents a raster operation in which the resulting pixels will be the color of the current brush. |
| PEN | Represents a raster operation in which the resulting pixels will be the color of the current pen. |
| SOURCE | Represents a raster operation in which the resulting pixels will be the color of the source image pixels. |
| TARGET | Represents a raster operation in which the resulting pixels will be the color of the target image pixels. |
| WHITE | Represents a raster operation in which the resulting pixels will be white. |