AnimatedGifConfigurationDitherer Property

Gets or sets an optional ditherer to be used when quantizing the frames.
Default value: .

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
C#
public IDitherer? Ditherer { get; set; }

Property Value

IDitherer

See Also