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

상속: BaseEffect
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

공개 메소드들

메소드 설명
AddNoiseEffect ( int intensity = 64, int colorSaturation = 100, double coverage = 100.0 ) : System

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

보호된 메소드들

메소드 설명
Render ( ColorBgra src, ColorBgra dst, int length ) : void

비공개 메소드들

메소드 설명
AddNoiseEffect ( ) : System
InitLookup ( ) : void
NormalCurve ( double x, double scale ) : double

메소드 상세

AddNoiseEffect() 공개 메소드

Creates a new effect that will add noise to an image.
public AddNoiseEffect ( int intensity = 64, int colorSaturation = 100, double coverage = 100.0 ) : System
intensity int The intensity of the effect. Valid range is 0 - 100.
colorSaturation int The color saturation of the effect. Valid range is 0 - 400.
coverage double The coverage density of the effect. Valid range is 0 - 100.
리턴 System

Render() 보호된 메소드

protected Render ( ColorBgra src, ColorBgra dst, int length ) : void
src ColorBgra
dst ColorBgra
length int
리턴 void