Gets or sets the entry used as transparent color in this FreeImageBitmap. Only works for 1-, 4- and 8-bpp.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public int TransparentIndex { get; set; }
Visual Basic (Declaration)
Public Property TransparentIndex As Integer
Visual C++
public:
property int TransparentIndex {
	int get ();
	void set (int value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also