Method Invert
Invert()
Inverts each byte in the image buffer (per channel bitwise NOT) for RGB images.
public void Invert()
Exceptions
- NotImplementedException
Thrown if the pixel format is not supported.
Inverts each byte in the image buffer (per channel bitwise NOT) for RGB images.
public void Invert()
Thrown if the pixel format is not supported.