PixelFormatInfoLinearGamma Property

Gets or sets whether the represented pixel format has linear gamma. For Indexed formats this property should be because it can be configured at the Palette constructors and factory methods whether the palette should work in the linear color space. If the IBitmapData.WorkingColorSpace property returns Default, then the value of this property may affect the selected color space of some operations.

Definition

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

Property Value

Boolean

See Also