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

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

공개 메소드들

메소드 설명
Apply ( ColorBgra color, int area, int hb, int hg, int hr, int ha ) : ColorBgra
ReduceNoiseEffect ( int radius = 6, double strength = 0.4 ) : System

Creates a new effect that will reduce the noise of an image.

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetPercentileOfColor ( ColorBgra color, int area, int hb, int hg, int hr, int ha ) : ColorBgra

메소드 상세

Apply() 공개 메소드

public Apply ( ColorBgra color, int area, int hb, int hg, int hr, int ha ) : ColorBgra
color ColorBgra
area int
hb int
hg int
hr int
ha int
리턴 ColorBgra

ReduceNoiseEffect() 공개 메소드

Creates a new effect that will reduce the noise of an image.
public ReduceNoiseEffect ( int radius = 6, double strength = 0.4 ) : System
radius int Radius to consider when reducing noise. Valid range is 1 - 200.
strength double Strength of reduction. Valid range is 0 - 1.
리턴 System

RenderLine() 보호된 메소드

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