Vcl.Imaging.GIFImg.TGIFImage.ShouldDither

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShouldDither: boolean read GetDoDither;

C++

__property bool ShouldDither = {read=GetDoDither, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Specifies whether dithering is enabled when displaying the GIF images.

The ShouldDither read-only property specifies whether dithering is enabled when displaying the GIF images stored in the TGIFImage instance.

See Also