ImageEn, unit iexBitmaps

TIOParams.GIF_Background

TIOParams.GIF_Background

Declaration

property GIF_Background: TRGB;

Description

Returns the background color of the GIF.

Note: This color should exist in the image.

Default: (0, 0, 0), i.e. Black

Example

// Set GIF background
ImageEnView1.IO.Params.GIF_Background := clWhite;

See Also

CreateRGB
IERGBToColor
IEColorToRGB