FreeImage.SetTransparencyTable Method

FreeImage.NET

FreeImageSetTransparencyTable Method
Set the FreeImage bitmap's transparency table. Only affects palletised bitmaps.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static void SetTransparencyTable(
	FIBITMAP dib,
	byte[] table
)

Parameters

dib
Type: FreeImageAPIFIBITMAP
Handle to a FreeImage bitmap.
table
Type: SystemByte
The FreeImage bitmap's new transparency table.
Exceptions
ExceptionCondition
ArgumentNullExceptiondib or table is null.
See Also