Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.TransparentColorIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TransparentColorIndex: BYTE read GetTransparentColorIndex

C++

__property System::Byte TransparentColorIndex = {read=GetTransparentColorIndex, write=SetTransparentColorIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

Description

Specifies the index of the transparent color in the frame's color map.

The TransparentColorIndex property specifies the index of the transparent color in the frame's active color map.

See Also