C# Class Pinta.ImageManipulation.Effects.SepiaEffect

Inheritance: BaseEffect
Mostra file Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Public Methods

Method Description
SepiaEffect ( ) : System

Creates a new effect that will apply a sepia tone to an image.

Protected Methods

Method Description
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void

Method Details

RenderLine() protected method

protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void
src ISurface
dest ISurface
roi Rectangle
return void

SepiaEffect() public method

Creates a new effect that will apply a sepia tone to an image.
public SepiaEffect ( ) : System
return System