Mutate(CanvasImage, Action<IImageProcessingContext>) Method
    Mutates the underlying image.
    
        public static CanvasImage Mutate(this CanvasImage image, Action<IImageProcessingContext> action)
        - Namespace
 - Spectre
.Console  - Containing Type
 - Canvas
Image Extensions  
Parameters
- CanvasImage image
 - The canvas image.
 - 
                            Action
<I Image Processing Context> action  - The action that mutates the underlying image.