Method Invert
Invert()
Inverts each pixel component in the image buffer.
public void Invert()
Remarks
For RGBA32, the alpha channel is left unchanged.
Exceptions
- NotSupportedException
Thrown if the pixel format is not supported.
- ObjectDisposedException
Thrown if this instance has been disposed.