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.)
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
WorkingColorSpace WorkingColorSpace { get; }
ReadOnly Property WorkingColorSpace As WorkingColorSpace
Get
property WorkingColorSpace WorkingColorSpace {
WorkingColorSpace get ();
}
abstract WorkingColorSpace : WorkingColorSpace with get
override WorkingColorSpace : WorkingColorSpace with get
Property Value
WorkingColorSpace See the
Remarks section of the
WorkingColorSpace enumeration for details and
image examples about using the different color spaces in various operations.