Get or sets transparency table of this FreeImageBitmap.
Namespace:
FreeImageAPIAssembly: 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); } |