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

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

공개 메소드들

메소드 설명
ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra
UnfocusEffect ( int radius = 4 ) : System

Creates a new effect that will unfocus an image.

보호된 메소드들

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

메소드 상세

ApplyWithAlpha() 공개 메소드

public ApplyWithAlpha ( ColorBgra src, int area, int sum, int hb, int hg, int hr ) : ColorBgra
src ColorBgra
area int
sum int
hb int
hg int
hr int
리턴 ColorBgra

RenderLine() 보호된 메소드

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

UnfocusEffect() 공개 메소드

Creates a new effect that will unfocus an image.
public UnfocusEffect ( int radius = 4 ) : System
radius int Amount of points to consider when unfocusing. Valid values are 1 - 200.
리턴 System