  | IBitmapImageChangeBrightness Method  | 
 Changes the image brightness.
 
    Namespace: 
   CohesiveComputing.Imaging
    Assembly:
   CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
SyntaxIBitmapImage ChangeBrightness(
	float brightnessScale
)
Parameters
- brightnessScale
 - Type: SystemSingle
A value of 1.0 indicates no change in brightness. 
Return Value
Type: 
IBitmapImageA new image instance with effect applied.
See Also