Edit

Share via


CIImage.CreateByColorMatchingColorSpaceToWorkingSpace(CGColorSpace) Method

Definition

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

[Foundation.Export("imageByColorMatchingColorSpaceToWorkingSpace:")]
[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 CreateByColorMatchingColorSpaceToWorkingSpace (CoreGraphics.CGColorSpace colorSpace);
abstract member CreateByColorMatchingColorSpaceToWorkingSpace : CoreGraphics.CGColorSpace -> CoreImage.CIImage
override this.CreateByColorMatchingColorSpaceToWorkingSpace : CoreGraphics.CGColorSpace -> CoreImage.CIImage

Parameters

colorSpace
CGColorSpace

The CGColorSpace to be matched from.

Returns

Attributes

Applies to