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

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

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

// Automated test of Contrast - Random Values
// Contrast - Amount: 90
ImageEnView1.Proc.Contrast( 90 );

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

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