Méthode | Description | |
---|---|---|
ApplyMask ( Image source, Image mask ) : |
Applies the given image mask to the source.
|
|
Glow ( Image source, Color baseColor, |
Adds a diffused glow (inverted vignette) effect to the source image based on the given color.
|
|
Trace ( Image source, Image destination, byte threshold ) : |
Traces the edges of a given Image.
|
|
Vignette ( Image source, Color baseColor, |
Adds a vignette effect to the source image based on the given color.
|
public static ApplyMask ( Image source, Image mask ) : |
||
source | Image |
/// The source |
mask | Image |
/// The mask |
Résultat |
public static Glow ( Image source, Color baseColor, |
||
source | Image | The |
baseColor | Color | |
rectangle | The rectangle to define the bounds of the area to vignette. If null then the effect is applied /// to the entire image. | |
Résultat |
public static Trace ( Image source, Image destination, byte threshold ) : |
||
source | Image |
/// The source |
destination | Image |
/// The destination |
threshold | byte | /// The threshold (between 0 and 255). /// |
Résultat |
public static Vignette ( Image source, Color baseColor, |
||
source | Image |
/// The |
baseColor | Color |
/// |
rectangle | /// The rectangle to define the bounds of the area to vignette. If null then the effect is applied /// to the entire image. /// | |
invert | bool | /// Whether to invert the vignette. /// |
Résultat |