Share via


CVImageBuffer.CreateFrom(NSDictionary) Method

Definition

Try to create a CGColorSpace from an image buffer's attachments.

public static CoreGraphics.CGColorSpace? CreateFrom(Foundation.NSDictionary attachments);
static member CreateFrom : Foundation.NSDictionary -> CoreGraphics.CGColorSpace

Parameters

attachments
NSDictionary

An image buffer's attachments to use when trying to create a new color space.

Returns

If successful, a new CGColorSpace instance, otherwise null.

Applies to