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
Get
public:
virtual property WorkingColorSpace WorkingColorSpace {
WorkingColorSpace get () sealed;
}
abstract WorkingColorSpace : WorkingColorSpace with get
override WorkingColorSpace : WorkingColorSpace with get
If the value of this property is Default, then the sRGB color space is used because palette entries represent sRGB colors anyway.
If this palette uses a custom nearest color lookup, then it depends on the custom function whether it considers the value of this property.