BitmapDataExtensionsAdjustContrast Method

Overload List

AdjustContrast(IReadWriteBitmapData, Single, IDitherer, ColorChannels) Adjusts the contrast of the specified bitmapData.

See the online help of the BitmapExtensions.AdjustContrast method for some examples with images.
AdjustContrast(IReadWriteBitmapData, IAsyncContext, Single, IDitherer, ColorChannels) Adjusts the contrast of the specified bitmapData, using a context that may belong to a higher level, possibly asynchronous operation.

See the online help of the BitmapExtensions.AdjustContrast method for some examples with images.
AdjustContrast(IReadWriteBitmapData, Single, IDitherer, ColorChannels, ParallelConfig) Adjusts the contrast of the specified bitmapData.

See the online help of the BitmapExtensions.AdjustContrast method for some examples with images.

See Also