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