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