Mutate(CanvasImage, Action<IImageProcessingContext>) Method

Mutates the underlying image.
public static CanvasImage Mutate(this CanvasImage image, Action<IImageProcessingContext> action)
Namespace
Spectre.Console
Containing Type
CanvasImageExtensions

Parameters

CanvasImage image
The canvas image.
Action<IImageProcessingContext> action
The action that mutates the underlying image.

Returns