Click or drag to resize

IBitmapImageChangeBrightness Method

Changes the image brightness.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage ChangeBrightness(
	float brightnessScale
)

Parameters

brightnessScale
Type: SystemSingle
A value of 1.0 indicates no change in brightness.

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also