CIColor.FromString(String) Method

Definition

Creates a CIColor from a string of the format "R G B A".

[Foundation.Export("colorWithString:")]
public static CoreImage.CIColor FromString (string representation);
static member FromString : string -> CoreImage.CIColor

Parameters

representation
String

Returns

Attributes

Applies to