Méthode | Description | |
---|---|---|
Grayscale ( this target ) : |
Removes all color from the specified bitmap.
|
|
Grayscale ( this target, double amount ) : |
Removes color from the specified bitmap.
|
public static Grayscale ( this target ) : |
||
target | this | The target bitmap. |
Résultat |
public static Grayscale ( this target, double amount ) : |
||
target | this | The target bitmap. |
amount | double | /// The 0..1 range amount of color to remove /// from the bitmap where /// 0 does not affect the bitmap and /// 1 makes the bitmap completely grayscale. /// |
Résultat |