C# Class Pinta.Core.SharpenEffect

Inheritance: LocalHistogramEffect
Afficher le fichier Open project: xxgreg/Pinta

Méthodes publiques

Méthode Description
Apply ( ColorBgra src, int area, int hb, int hg, int hr, int ha ) : ColorBgra
LaunchConfiguration ( ) : bool
RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void
SharpenEffect ( ) : System

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

LaunchConfiguration() public méthode

public LaunchConfiguration ( ) : bool
Résultat bool

RenderEffect() public méthode

public RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void
src Cairo.ImageSurface
dest Cairo.ImageSurface
rois Gdk
Résultat void

SharpenEffect() public méthode

public SharpenEffect ( ) : System
Résultat System