Table of Contents

Method Invert

Namespace
LMKit.Media.Image
Assembly
LM-Kit.NET.dll

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.