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
IImageProcessingContextThe current image processing context.
Returns
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
IImageProcessingContextThe current image processing context.
rectangle
RectangleThe Rectangle structure that specifies the portion of the image object to alter.