C# Class Pinta.ImageManipulation.Effects.CurvesEffect

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

Méthodes publiques

Méthode Description
CurvesEffect ( int>.SortedList controlPoints, ColorTransferMode mode ) : System

Méthodes protégées

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

Private Methods

Méthode Description
MakeUop ( int>.SortedList controlPoints, ColorTransferMode mode ) : UnaryPixelOp

Method Details

CurvesEffect() public méthode

public CurvesEffect ( int>.SortedList controlPoints, ColorTransferMode mode ) : System
controlPoints int>.SortedList
mode ColorTransferMode
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