CIImage.CreateByColorMatchingWorkingSpaceToColorSpace(CGColorSpace) Method

Definition

Creates a new CGImage by matching colors from the working space into colors in the specified colorSpace.

[Foundation.Export("imageByColorMatchingWorkingSpaceToColorSpace:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual CoreImage.CIImage CreateByColorMatchingWorkingSpaceToColorSpace (CoreGraphics.CGColorSpace colorSpace);
abstract member CreateByColorMatchingWorkingSpaceToColorSpace : CoreGraphics.CGColorSpace -> CoreImage.CIImage
override this.CreateByColorMatchingWorkingSpaceToColorSpace : CoreGraphics.CGColorSpace -> CoreImage.CIImage

Parameters

colorSpace
CGColorSpace

The CGColorSpace to be matched.

Returns

Attributes

Applies to