C# 클래스 Pinta.ImageManipulation.Effects.OilPaintingEffect

상속: BaseEffect
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
OilPaintingEffect ( int brushSize = 3, int coarseness = 50 ) : System

Creates a new effect that will make the image look like an oil painting.

보호된 메소드들

메소드 설명
RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void

비공개 메소드들

메소드 설명
SetToZero ( byte dst, ulong length ) : void

메소드 상세

OilPaintingEffect() 공개 메소드

Creates a new effect that will make the image look like an oil painting.
public OilPaintingEffect ( int brushSize = 3, int coarseness = 50 ) : System
brushSize int Size of the brush to use. Valid range is 1 - 8.
coarseness int Coarseness of the brush to use. Valid range is 3 - 255.
리턴 System

RenderLine() 보호된 메소드

protected RenderLine ( ISurface src, ISurface dest, Rectangle rect ) : void
src ISurface
dest ISurface
rect Rectangle
리턴 void