C# Class Pinta.ImageManipulation.Effects.SharpenEffect

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

Méthodes publiques

Méthode Description
Apply ( ColorBgra src, int area, int hb, int hg, int hr, int ha ) : ColorBgra
SharpenEffect ( int amount = 2 ) : System

Creates a new effect that will sharpen an image.

Méthodes protégées

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

Method Details

Apply() public méthode

public Apply ( ColorBgra src, int area, int hb, int hg, int hr, int ha ) : ColorBgra
src ColorBgra
area int
hb int
hg int
hr int
ha int
Résultat ColorBgra

RenderLine() protected méthode

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

SharpenEffect() public méthode

Creates a new effect that will sharpen an image.
public SharpenEffect ( int amount = 2 ) : System
amount int Amount of sharpness to apply. Valid range is 1 - 20.
Résultat System