RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitmap.IgnorePalette Property

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

Pascal
property IgnorePalette: Boolean;
C++
__property Boolean IgnorePalette;

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:
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!