MonobjcMonobjc Documented Class Library
NSImageGamma Field
NamespacesMonobjc.AppKitNSBitmapImageRepNSImageGamma

Identifies an NSNumber object containing the gamma value for the image.

Used only for PNG files. The gamma values is a floating-point number between 0.0 and 1.0, with 0.0 being black and 1.0 being the maximum color. It’s set when reading in and used when writing out.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSImageGamma
Public Shared ReadOnly NSImageGamma As NSString
public:
static initonly NSString^ NSImageGamma
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)