ImageEn

TImageEnProc.Contrast2 Code Samples


Code samples for Contrast2.
Automatically generated by the Every Method demo.
// Automated test of Contrast2 - Typical Values
// Contrast2 - Amount: 0.30
ImageEnView1.Proc.Contrast2( 0.30 );



// Automated test of Contrast2 - Alpha Channel - Typical Values
// Contrast2 - Amount: 0.30
ImageEnView1.Proc.Contrast2( 0.30 );



// Automated test of Contrast2 - 32-Bit RGBA - Typical Values
// Contrast2 - Amount: 0.30
ImageEnView1.Proc.Contrast2( 0.30 );



// Automated test of Contrast2 - 1-bit - Typical Values
// Contrast2 - Amount: 0.30
ImageEnView1.Proc.Contrast2( 0.30 );



// Automated test of Contrast2 - Random Values
// Contrast2 - Amount: 0.80
ImageEnView1.Proc.Contrast2( 0.80 );



// Automated test of Contrast2 - Alpha Channel - Random Values
// Contrast2 - Amount: 0.80
ImageEnView1.Proc.Contrast2( 0.80 );



// Automated test of Contrast2 - 32-Bit RGBA - Random Values
// Contrast2 - Amount: 0.80
ImageEnView1.Proc.Contrast2( 0.80 );



// Automated test of Contrast2 - 1-bit - Random Values
// Contrast2 - Amount: 0.80
ImageEnView1.Proc.Contrast2( 0.80 );