IncrementBrightness Method
In This Topic
Changes the brightness of the picture by the specified amount.
Syntax
'Declaration
Sub IncrementBrightness( _
ByVal As Double _
)
'Usage
Dim instance As IPictureFormat
Dim increment As Double
instance.IncrementBrightness(increment)
void IncrementBrightness(
double
)
Parameters
- increment
- Specifies how much to change the value of the Brightness property for the picture. A positive value makes the picture brighter; a negative value makes the picture darker.
See Also