Vcl.Imaging.GIFImg.TGIFHeader.ColorResolution
Delphi
property ColorResolution: integer read GetColorResolution;
C++
__property int ColorResolution = {read=GetColorResolution, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFHeader |
説明
グローバル GIF カラーマップの解像度を表します。
読み取り専用の ColorResolution プロパティは ColorMap プロパティによって示されている グローバル GIF カラーマップの解像度を表します。
メモ: ColorResolution プロパティの値は BitsPerPixel プロパティの値、未満の1単位です。
関連項目