C# Class Pinta.ImageManipulation.Effects.InkSketchEffect

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

Public Methods

Method Description
InkSketchEffect ( int inkOutline = 50, int coloring = 50 ) : System

Creates a new effect that will make an image look like an ink sketch.

Protected Methods

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

Private Methods

Method Description
InkSketchEffect ( ) : System

Method Details

InkSketchEffect() public method

Creates a new effect that will make an image look like an ink sketch.
public InkSketchEffect ( int inkOutline = 50, int coloring = 50 ) : System
inkOutline int Size of the ink outline. Valid range is 0 - 99.
coloring int Amount of color to keep. Valid range is 0 - 100.
return System

RenderLine() protected method

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