Méthode | Description | |
---|---|---|
AddNoiseEffect ( int intensity = 64, int colorSaturation = 100, double coverage = 100.0 ) : System |
Creates a new effect that will add noise to an image.
|
Méthode | Description | |
---|---|---|
Render ( ColorBgra src, ColorBgra dst, int length ) : void |
Méthode | Description | |
---|---|---|
AddNoiseEffect ( ) : System | ||
InitLookup ( ) : void | ||
NormalCurve ( double x, double scale ) : double |
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. |
Résultat | System |
protected Render ( ColorBgra src, ColorBgra dst, int length ) : void | ||
src | ColorBgra | |
dst | ColorBgra | |
length | int | |
Résultat | void |