Method | Description | |
---|---|---|
Darken ( this target, double amount ) : |
Darkens the specified bitmap.
|
public static Darken ( this target, double amount ) : |
||
target | this | The target bitmap. |
amount | double | The 0..1 range amount to darken by where 0 does not affect the bitmap and 1 makes the bitmap completely black. |
return |