PredefinedColorsQuantizerPixelFormatHint Property

Gets a KnownPixelFormat that is compatible with this PredefinedColorsQuantizer instance. If this PredefinedColorsQuantizer was not initialized with custom color mapping logic, then this is the possible lowest bits-per-pixel value format.

Definition

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

Property Value

KnownPixelFormat

Implements

IQuantizerPixelFormatHint

See Also