C# Class Pinta.Effects.PixelateEffect

Inheritance: Pinta.Core.BaseEffect
Exibir arquivo Open project: PintaProject/Pinta

Public Methods

Method Description
LaunchConfiguration ( ) : bool
PixelateEffect ( ) : System
Render ( ImageSurface src, ImageSurface dest, Gdk rois ) : void

Private Methods

Method Description
ComputeCellColor ( int x, int y, ImageSurface src, int cellSize, Gdk srcBounds ) : ColorBgra
GetCellBox ( int x, int y, int cellSize ) : Gdk.Rectangle

Method Details

LaunchConfiguration() public method

public LaunchConfiguration ( ) : bool
return bool

PixelateEffect() public method

public PixelateEffect ( ) : System
return System

Render() public method

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