Vcl.ImgList.TColorDepth

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TColorDepth = (cdDefault, cdDeviceDependent, cd4Bit, cd8Bit, cd16Bit, cd24Bit, cd32Bit);

C++

enum DECLSPEC_DENUM TColorDepth : unsigned char { cdDefault, cdDeviceDependent, cd4Bit, cd8Bit, cd16Bit, cd24Bit, cd32Bit };

プロパティ

種類 可視性 ソース ユニット
enum public
Vcl.ImgList.pas
Vcl.ImgList.hpp
Vcl.ImgList Vcl.ImgList

説明

リスト内の画像のカラー深度。

TColorDepth は、リスト内の画像のカラー深度です。これは、各ピクセルのカラーを表すビット数です。次の表に、指定可能な値を示します。



意味

cdDefault

デフォルトのカラー深度。

cdDeviceDependent

デバイス依存のカラー深度。

cd4Bit

4 ビットのカラー深度。

cd8Bit

8 ビットのカラー深度。

cd16Bit

16 ビットのカラー深度。

cd24Bit

24 ビットのカラー深度。

cd32Bit

32 ビットのカラー深度。



関連項目