C# 클래스 Pinta.Effects.PixelateEffect

상속: Pinta.Core.BaseEffect
파일 보기 프로젝트 열기: PintaProject/Pinta

공개 메소드들

메소드 설명
LaunchConfiguration ( ) : bool
PixelateEffect ( ) : System
Render ( ImageSurface src, ImageSurface dest, Gdk rois ) : void

비공개 메소드들

메소드 설명
ComputeCellColor ( int x, int y, ImageSurface src, int cellSize, Gdk srcBounds ) : ColorBgra
GetCellBox ( int x, int y, int cellSize ) : Gdk.Rectangle

메소드 상세

LaunchConfiguration() 공개 메소드

public LaunchConfiguration ( ) : bool
리턴 bool

PixelateEffect() 공개 메소드

public PixelateEffect ( ) : System
리턴 System

Render() 공개 메소드

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