Vcl.Imaging.GIFImg.GIFImageDefaultDithering

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

Delphi

GIFImageDefaultDithering: TGIFDithering = gdDisabled;

C++

extern DELPHI_PACKAGE TGIFDithering GIFImageDefaultDithering;

プロパティ

種類 可視性 ソース ユニット
variable public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

説明

新規作成される TGIFImage オブジェクトの Dithering プロパティのデフォルト値を示します。

GIFImageDefaultDithering の値を変更すると、新規作成される TGIFImage オブジェクトの Dithering プロパティに割り当てられる値を指定することができます。

GIFImageDefaultDithering の暗黙の値は gdDisabled です。

関連項目