Table of Contents

Class LomographExtensions

Namespace
SixLabors.ImageSharp.Processing
Assembly
SixLabors.ImageSharp.dll

Defines extensions that allow the recreation of an old Lomograph camera effect on an Image using Mutate/Clone.

public static class LomographExtensions
Inheritance
LomographExtensions
Inherited Members

Methods

Lomograph(IImageProcessingContext)

Alters the colors of the image recreating an old Lomograph camera effect.

public static IImageProcessingContext Lomograph(this IImageProcessingContext source)

Parameters

source IImageProcessingContext

The current image processing context.

Returns

IImageProcessingContext

The IImageProcessingContext.

Lomograph(IImageProcessingContext, Rectangle)

Alters the colors of the image recreating an old Lomograph camera effect.

public static IImageProcessingContext Lomograph(this IImageProcessingContext source, Rectangle rectangle)

Parameters

source IImageProcessingContext

The current image processing context.

rectangle Rectangle

The Rectangle structure that specifies the portion of the image object to alter.

Returns

IImageProcessingContext

The IImageProcessingContext.