C# Class Pinta.ImageManipulation.Effects.CurvesEffect

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

Public Methods

Method Description
CurvesEffect ( int>.SortedList controlPoints, ColorTransferMode mode ) : System

Protected Methods

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

Private Methods

Method Description
MakeUop ( int>.SortedList controlPoints, ColorTransferMode mode ) : UnaryPixelOp

Method Details

CurvesEffect() public method

public CurvesEffect ( int>.SortedList controlPoints, ColorTransferMode mode ) : System
controlPoints int>.SortedList
mode ColorTransferMode
return System

RenderLine() protected method

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