class Wx::RasterOperationMode


- {Wx::RasterOperationMode::XOR} and only support the commonly used {Wx::RasterOperationMode::INVERT} when the source colour is white (as it is implemented using {Wx::CompositionMode::COMPOSITION_DIFF} composition mode).
- {Wx::RasterOperationMode::CLEAR}
- {Wx::RasterOperationMode::NO_OP}
- {Wx::RasterOperationMode::OR}
- {Wx::RasterOperationMode::COPY}
Note that not all modes are supported under all platforms. Notably WXGTK3 and WXOSX only support the following modes:
The description of the values below refer to how a generic src source pixel and the corresponding dst destination pixel gets combined together to produce the final pixel. E.g. {Wx::RasterOperationMode::CLEAR} and {Wx::RasterOperationMode::SET} completely ignore the source and the destination pixel and always put zeroes or ones in the final surface.
{Wx::DC#blit} and {Wx::DC#stretch_blit}).
Logical raster operations which can be used with {Wx::DC#set_logical_function} and some other {Wx::DC} functions (e.g.