MonobjcMonobjc Documented Class Library
NSImageFallbackBackgroundColor Field
NamespacesMonobjc.AppKitNSBitmapImageRepNSImageFallbackBackgroundColor

Specifies the background color to use when writing to an image format (such as JPEG) that doesn't support alpha. The color's alpha value is ignored. The default background color, when this property is not specified, is white. The value of the property should be an NSColor object. This constant corresponds to the kCGImageDestinationBackgroundColor constant in Quartz.

Available in Mac OS X v10.5 and later.

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