BitmapDataExtensionsAdjustBrightness Method

Overload List

AdjustBrightness(IReadWriteBitmapData, Single, IDitherer, ColorChannels) Adjusts the brightness of the specified bitmapData.

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

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

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

See Also