Vcl.ImgList.TCustomImageList.ColorDepth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ColorDepth: TColorDepth read FColorDepth write SetColorDepth default cdDeviceDependent;

C++

__property TColorDepth ColorDepth = {read=FColorDepth, write=SetColorDepth, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList TCustomImageList

Beschreibung

Farbtiefe der Bilder in der Liste.

ColorDepth ist der Farbtiefetyp TColorDepth der Bilder in der Liste.

Siehe auch