Vcl.Imaging.GIFImg.TGIFColorMap.Optimized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Optimized: boolean read FOptimized write FOptimized;

C++

__property bool Optimized = {read=FOptimized, write=FOptimized, nodefault};

Properties

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

Description

Specifies whether an optimization was made to the color map stored by the TGIFColorMap object.

Use the Optimized property to specify whether the color map stored by the TGIFColorMap object is optimized.

To optimize the color map, make a call to the Optimize method. Calling the Optimize method automatically sets the value of Optimized to True.

When first creating an instance of the TGIFColorMap class using the Create method, the value of Optimized is set to False.

See Also