IQuantizingSessionIsGrayscale Property

Gets whether this IQuantizingSession works with grayscale colors. Its value may help to optimize the processing in some cases, but it is allowed to return always .
Default value if not implemented: . (Only in .NET Core 3.0/.NET Standard 2.1 and above. In earlier targeted frameworks this member must be implemented.)

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
bool IsGrayscale { get; }

Property Value

Boolean

See Also