FreeImageBitmap.Invert Method

FreeImage.NET

FreeImageBitmapInvert Method
Inverts each pixel data.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Invert()

Return Value

Type: Boolean
Returns true on success, false on failure.
See Also