IQuantizingSessionWorkingColorSpace Property

Gets the preferred working color space of this IQuantizingSession instance. If this quantizing session is used by a ditherer, then IDitheringSession implementations may also respect the value of this property.
Default value if not implemented: Default. (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: 9.1.1
C#
WorkingColorSpace WorkingColorSpace { get; }

Property Value

WorkingColorSpace

Remarks

  Tip

See the Remarks section of the WorkingColorSpace enumeration for details and image examples about using the different color spaces in various operations.

See Also