Code samples for AdjustLevels.
Automatically generated by the Every Method demo.
// Automated test of AdjustLevels - Typical Values
// AdjustLevels - 0,102,201
ImageEnView1.Proc.AdjustLevels( 0, 102, 201, 0, 255 );

// Automated test of AdjustLevels - Alpha Channel - Typical Values
// AdjustLevels - 0,102,201
ImageEnView1.Proc.AdjustLevels( 0, 102, 201, 0, 255 );

// Automated test of AdjustLevels - 32-Bit RGBA - Typical Values
// AdjustLevels - 0,102,201
ImageEnView1.Proc.AdjustLevels( 0, 102, 201, 0, 255 );

// Automated test of AdjustLevels - 1-bit - Typical Values
// AdjustLevels - 0,102,201
ImageEnView1.Proc.AdjustLevels( 0, 102, 201, 0, 255 );

// Automated test of AdjustLevels - Random Values
// AdjustLevels - 127,229,74
ImageEnView1.Proc.AdjustLevels( 127, 229, 74, 0, 255 );

// Automated test of AdjustLevels - Alpha Channel - Random Values
// AdjustLevels - 127,229,74
ImageEnView1.Proc.AdjustLevels( 127, 229, 74, 0, 255 );

// Automated test of AdjustLevels - 32-Bit RGBA - Random Values
// AdjustLevels - 127,229,74
ImageEnView1.Proc.AdjustLevels( 127, 229, 74, 0, 255 );

// Automated test of AdjustLevels - 1-bit - Random Values
// AdjustLevels - 127,229,74
ImageEnView1.Proc.AdjustLevels( 127, 229, 74, 0, 255 );
