MonobjcMonobjc Documented Class Library
NSImageColorSyncProfileData Field
NamespacesMonobjc.AppKitNSBitmapImageRepNSImageColorSyncProfileData

Identifies an NSData object containing the ColorSync profile data.

It can be used for TIFF, JPEG, GIF, and PNG files. This value is set when reading in and used when writing out image data. You can get the profile data for a particular color space from the corresponding NSColorSpace object or from the ColorSync Manager.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSImageColorSyncProfileData
Public Shared ReadOnly NSImageColorSyncProfileData As NSString
public:
static initonly NSString^ NSImageColorSyncProfileData
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)