Table of Contents

Class KodachromeExtensions

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

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

public static class KodachromeExtensions
Inheritance
KodachromeExtensions
Inherited Members

Methods

Kodachrome(IImageProcessingContext)

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

public static IImageProcessingContext Kodachrome(this IImageProcessingContext source)

Parameters

source IImageProcessingContext

The current image processing context.

Returns

IImageProcessingContext

The IImageProcessingContext.

Kodachrome(IImageProcessingContext, Rectangle)

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

public static IImageProcessingContext Kodachrome(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.