win32.graph.freeimage.FreeImage_IsTransparent

FreeImage_IsTransparent is available since version 1.0.

Prototype:

boolean FreeImage_IsTransparent(number dib)

Description:

Check is the transparency table is enabled.

Return value:

Returns true when the transparency table is enabled (1-, 4- or 8-bit images) or when the input dib contains alpha values (32-bit images). Returns false otherwise.