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

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

공개 메소드들

메소드 설명
SoftenPortraitEffect ( int softness = 5, int lighting, int warmth = 10 ) : System

Creates a new effect that will soften an image.

보호된 메소드들

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

메소드 상세

RenderLine() 보호된 메소드

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

SoftenPortraitEffect() 공개 메소드

Creates a new effect that will soften an image.
public SoftenPortraitEffect ( int softness = 5, int lighting, int warmth = 10 ) : System
softness int How much to soften the image. Valid range is 0 - 10.
lighting int Amount of lighting to apply. Valid range is -20 - 20.
warmth int Amount of warmth to apply. Valid range is 0 - 20.
리턴 System