CustomBitmapDataConfigWorkingColorSpace Property
Gets or sets the preferred color space that should be used when working with the result bitmap data.
Default value:
Default, which means the linear color space if
LinearGamma is set in
PixelFormat
and the sRGB color space otherwise.
See the
Remarks section of the
WorkingColorSpace enumeration for more details.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
public WorkingColorSpace WorkingColorSpace { get; set; }
Public Property WorkingColorSpace As WorkingColorSpace
Get
Set
public:
property WorkingColorSpace WorkingColorSpace {
WorkingColorSpace get ();
void set (WorkingColorSpace value);
}
member WorkingColorSpace : WorkingColorSpace with get, set
Property Value
WorkingColorSpace