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

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

공개 메소드들

메소드 설명
GlowEffect ( int radius = 6, int brightness = 10, int contrast = 10 ) : System

Creates a new effect that will add a glowing effect to an image.

보호된 메소드들

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

메소드 상세

GlowEffect() 공개 메소드

Creates a new effect that will add a glowing effect to an image.
public GlowEffect ( int radius = 6, int brightness = 10, int contrast = 10 ) : System
radius int Radius used to blur the image (higher is blurrier). Valid range is 1 - 20.
brightness int Brightness amount to apply.
contrast int Contrast amount to apply.
리턴 System

RenderLine() 보호된 메소드

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