Vcl.Graphics.TBitmap.IgnorePalette

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IgnorePalette: Boolean read FIgnorePalette write FIgnorePalette;

C++

__property bool IgnorePalette = {read=FIgnorePalette, write=FIgnorePalette, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Determines whether the bitmap realizes its palette when drawing its image.

Use IgnorePalette when speed of drawing is a priority. When IgnorePalette is true, the bitmap does not realize its palette when drawing itself, resulting in lower picture quality on 256-color video drivers, but faster drawing of the bitmap image.

Note:

See Also