C# Class Pinta.ImageManipulation.Effects.InvertColorsEffect

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

Méthodes publiques

Méthode Description
InvertColorsEffect ( ) : System

Creates a new effect that will invert the colors of an image.

Méthodes protégées

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

Method Details

InvertColorsEffect() public méthode

Creates a new effect that will invert the colors of an image.
public InvertColorsEffect ( ) : System
Résultat System

RenderLine() protected méthode

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