Vcl.Imaging.GIFImg.TGIFImage.Dithering

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

Delphi

property Dithering: TGIFDithering read FDithering write SetDithering;

C++

__property TGIFDithering Dithering = {read=FDithering, write=SetDithering, nodefault};

プロパティ

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

説明

Specifies the dithering behavior when displaying the GIF images. GIF イメージが表示される時のディザリングの振る舞いを指定します。

Dithering プロパティは TGIFImage インスタンスが保持している GIF イメージが 表示されるときに使われるディザリングの動作について指定します。

The following table displays the possible values of the Dithering property, together with their meanings. 以下のテーブルでは Dithering プロパティが取ることのできる値を、それらの意味と共に記述します。


意味

gdDisabled

Netscape 216色カラーパレットを使うときにディザリングしない。

gdEnabled

Netscape 216色カラーパレットを使うときには常にディザリングする。

gdAuto

Netscape 216色カラーパレットを使うときに、もしデスクトップの DC (デバイスコンテキスト) が256色以下をサポートしているならばそのときだけディザリングする。



関連項目