C# Class Pinta.Core.EdgeDetectEffect

Inheritance: Pinta.Core.ColorDifferenceEffect
Mostrar archivo Open project: xxgreg/Pinta

Public Methods

Method Description
EdgeDetectEffect ( ) : System
LaunchConfiguration ( ) : bool
RenderEffect ( ImageSurface src, ImageSurface dest, Gdk rois ) : void

Private Methods

Method Description
SetWeights ( ) : void

Method Details

EdgeDetectEffect() public method

public EdgeDetectEffect ( ) : System
return System

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