Image Viewer CP ActiveX Control

Gamma

 

Add Gamma effect on image. Default is 1.0

Public Function Gamma( _
   ByVal iValue As Double)

 

Parameter

iValue 
   the value of Gamma.

No Return Value


Example

   

Visual Basic Syntax
ImageViewer1.FileName ="c:\1.jpg"
ImageViewer1.Gamma 2.0