C# Class Pinta.ImageManipulation.Effects.SepiaEffect

Inheritance: BaseEffect
Afficher le fichier Open project: PintaProject/Pinta.ImageManipulation Class Usage Examples

Méthodes publiques

Méthode Description
SepiaEffect ( ) : System

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

Méthodes protégées

Méthode Description
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void

Method Details

RenderLine() protected méthode

protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void
src ISurface
dest ISurface
roi Rectangle
Résultat void

SepiaEffect() public méthode

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