C# Class Pinta.ImageManipulation.Effects.OilPaintingEffect

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

Méthodes publiques

Méthode Description
OilPaintingEffect ( int brushSize = 3, int coarseness = 50 ) : System

Creates a new effect that will make the image look like an oil painting.

Méthodes protégées

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

Private Methods

Méthode Description
SetToZero ( byte dst, ulong length ) : void

Method Details

OilPaintingEffect() public méthode

Creates a new effect that will make the image look like an oil painting.
public OilPaintingEffect ( int brushSize = 3, int coarseness = 50 ) : System
brushSize int Size of the brush to use. Valid range is 1 - 8.
coarseness int Coarseness of the brush to use. Valid range is 3 - 255.
Résultat System

RenderLine() protected méthode

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