ImageEn

TImageEnProc.Contrast3 Code Samples


Code samples for Contrast3.
Automatically generated by the Every Method demo.
// Automated test of Contrast3 - Typical Values
// Contrast3 - Amount: 20, Midpoint: 0
ImageEnView1.Proc.Contrast3( 20, 0, True, True, True );



// Automated test of Contrast3 - Alpha Channel - Typical Values
// Contrast3 - Amount: 20, Midpoint: 0
ImageEnView1.Proc.Contrast3( 20, 0, True, True, True );



// Automated test of Contrast3 - 32-Bit RGBA - Typical Values
// Contrast3 - Amount: 20, Midpoint: 0
ImageEnView1.Proc.Contrast3( 20, 0, True, True, True );



// Automated test of Contrast3 - Random Values
// Contrast3 - Amount: 147, Midpoint: 100
ImageEnView1.Proc.Contrast3( 147, 100, True, True, True );



// Automated test of Contrast3 - Alpha Channel - Random Values
// Contrast3 - Amount: 147, Midpoint: 100
ImageEnView1.Proc.Contrast3( 147, 100, True, True, True );



// Automated test of Contrast3 - 32-Bit RGBA - Random Values
// Contrast3 - Amount: 147, Midpoint: 100
ImageEnView1.Proc.Contrast3( 147, 100, True, True, True );