ImageEn

TImageEnProc.AdjustTint Code Samples


Code samples for AdjustTint.
Automatically generated by the Every Method demo.
// Automated test of AdjustTint - Typical Values
// AdjustTint - 60
ImageEnView1.Proc.AdjustTint( 60 );



// Automated test of AdjustTint - Alpha Channel - Typical Values
// AdjustTint - 60
ImageEnView1.Proc.AdjustTint( 60 );



// Automated test of AdjustTint - 32-Bit RGBA - Typical Values
// AdjustTint - 60
ImageEnView1.Proc.AdjustTint( 60 );



// Automated test of AdjustTint - Random Values
// AdjustTint - 150
ImageEnView1.Proc.AdjustTint( 150 );



// Automated test of AdjustTint - Alpha Channel - Random Values
// AdjustTint - 150
ImageEnView1.Proc.AdjustTint( 150 );



// Automated test of AdjustTint - 32-Bit RGBA - Random Values
// AdjustTint - 150
ImageEnView1.Proc.AdjustTint( 150 );