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.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.1.1
C#
public WorkingColorSpace WorkingColorSpace { get; set; }

Property Value

WorkingColorSpace

See Also