Get or sets transparency table of this FreeImageBitmap.

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

Syntax

C#
public byte[] TransparencyTable { get; set; }
Visual Basic (Declaration)
Public Property TransparencyTable As Byte()
Visual C++
public:
property array<unsigned char>^ TransparencyTable {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also