Méthode | Description | |
---|---|---|
Lighten ( this target, double amount ) : |
Lightens the specified bitmap.
|
public static Lighten ( this target, double amount ) : |
||
target | this | The target bitmap. |
amount | double | The 0..1 range amount to lighten by where 0 does not affect the bitmap and 1 makes the bitmap completely white. |
Résultat |