C# Class Pinta.Core.SharpenEffect

Inheritance: LocalHistogramEffect
Show file Open project: xxgreg/Pinta

Public Methods

Method 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 method

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
return ColorBgra

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

RenderEffect() public method

public RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void
src Cairo.ImageSurface
dest Cairo.ImageSurface
rois Gdk
return void

SharpenEffect() public method

public SharpenEffect ( ) : System
return System