Vcl.Imaging.GIFImg.PaletteDevice

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

PaletteDevice: boolean = False;

C++

extern DELPHI_PACKAGE bool PaletteDevice;

Properties

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

Description

Specifies whether the desktop DC supports 256 colors or less.

PaletteDevice specifies whether the desktop DC (device context) supports 256 colors or less.

Note: PaletteDevice is an internal variable and should not be modified.