ImageTaskBase<T>.Contrast Method
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Adjusts contrast of the current image by the given amount. The command is added to the chain and not executed until the actual processing is done.
public T Contrast(double amount)
Parameters
amountdoubleThe contrast amount between -100 and 100. If it is more than 0, the contrast is increased (100 will set the image contrast to the maximum). If it is less than 0, the contrast is decreased (-100 will make the image completely gray). 0 will cause no changes.
Returns
- T
The same instance of this class.