UIColor.FromCIColor(CIColor) Method

Definition

Creates a UIColor from a CoreImage CIColor.

[Foundation.Export("colorWithCIColor:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIColor FromCIColor (CoreImage.CIColor color);
static member FromCIColor : CoreImage.CIColor -> UIKit.UIColor

Parameters

color
CIColor

CoreImage CIColor.

Returns

The new UIColor.

Attributes

Remarks

This can be used from a background thread.

Applies to