AnimatedGifConfigurationDitherer Property
Gets or sets an optional ditherer to be used when quantizing the frames.
Default value: .
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
public IDitherer? Ditherer { get; set; }
Public Property Ditherer As IDitherer
Get
Set
public:
property IDitherer^ Ditherer {
IDitherer^ get ();
void set (IDitherer^ value);
}
member Ditherer : IDitherer with get, set
Property Value
IDitherer