MonobjcMonobjc Documented Class Library
kCGImageDestinationBackgroundColor Field
NamespacesMonobjc.ApplicationServicesCGImageDestinationkCGImageDestinationBackgroundColor

The desired background color to composite against when writing an image that has an alpha component to a destination format that does not support alpha. If present, the value associated with this key must be a CGColorRef data type without an alpha component of its own. If not present, and if a background color is needed, a white color is used.

Available in Mac OS X v10.4 and later.

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