CIImage.ImageWithColor(CIColor) Method

Definition

Creates a new single-color image.

[Foundation.Export("imageWithColor:")]
public static CoreImage.CIImage ImageWithColor (CoreImage.CIColor color);
static member ImageWithColor : CoreImage.CIColor -> CoreImage.CIImage

Parameters

color
CIColor

Returns

Attributes

Applies to