Table of Contents

Method Invert

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

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.