Share via


CGImage.CopyWithContentAverageLightLevel(Single) Method

Definition

Create a copy of this image, adding or replacing the content average light level.

public CoreGraphics.CGImage? CopyWithContentAverageLightLevel(float contentAverageLightLevel);
member this.CopyWithContentAverageLightLevel : single -> CoreGraphics.CGImage

Parameters

contentAverageLightLevel
Single

Returns

A new CGImage instance of successful, null otherwise.

Applies to