Image.Intensity (gb.image.effect)
Sub Intensity ( Value As Float [ , Channel As Integer ] )
Either brighten or dim the image by a specified percent.
For example, 
0.5 will modify the colors by 50%.
  - 
Value is the intensity modification percent.
 
  - 
Channel specified which channel should be modified. By default all channels are modified.
 
  
See also