IQuantizerPixelFormatHint Property

Gets a KnownPixelFormat that is compatible with this IQuantizer. It is recommended to return the format with the lowest bits-per-pixel value that is still compatible with this instance.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
KnownPixelFormat PixelFormatHint { get; }

Property Value

KnownPixelFormat

See Also