Tip
See the Remarks section of the WorkingColorSpace enumeration for details and
image examples about using the different color spaces in various operations.
public WorkingColorSpace WorkingColorSpace { get; }Public ReadOnly Property WorkingColorSpace As WorkingColorSpace
Getpublic:
property WorkingColorSpace WorkingColorSpace {
WorkingColorSpace get ();
}member WorkingColorSpace : WorkingColorSpace with getIf the value of this property is Default, then the sRGB color space is used because the IQuantizingSession.GetQuantizedColor method works with sRGB colors anyway.