In This Topic

AdjustTint Method (GdPictureColor)

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

Parameters

tint
See Also