In This Topic

AdjustTint2 Method (GdPictureColor)

In This Topic
Syntax
'Declaration
 
Public Sub AdjustTint2( _
   ByVal tint As Single _
) 
public void AdjustTint2( 
   float tint
)
public procedure AdjustTint2( 
    tint: Single
); 
public function AdjustTint2( 
   tint : float
);
public: void AdjustTint2( 
   float tint
) 
public:
void AdjustTint2( 
   float tint
) 

Parameters

tint
See Also