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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public bool LinearGamma {
get;
set; }
Public Property LinearGamma As Boolean
Get
Set
public:
property bool LinearGamma {
bool get ();
void set (bool value);
}
member LinearGamma : bool with
get, set
Property Value
Boolean