Code samples for DisposeChannels.
Automatically generated by the Every Method demo.
// Automated test of DisposeChannels - Typical Values
// DisposeChannels - 00R
ImageEnView1.Proc.DisposeChannels( '00R' );

// Automated test of DisposeChannels - Alpha Channel - Typical Values
// DisposeChannels - 00R
ImageEnView1.Proc.DisposeChannels( '00R' );

// Automated test of DisposeChannels - 32-Bit RGBA - Typical Values
// DisposeChannels - 00R
ImageEnView1.Proc.DisposeChannels( '00R' );

// Automated test of DisposeChannels - Invert
// DisposeChannels - Invert
ImageEnView1.Proc.DisposeChannels( 'RGB' );

// Automated test of DisposeChannels - Invert - Alpha Channel
// DisposeChannels - Invert
ImageEnView1.Proc.DisposeChannels( 'RGB' );

// Automated test of DisposeChannels - Invert - 32-Bit RGBA
// DisposeChannels - Invert
ImageEnView1.Proc.DisposeChannels( 'RGB' );

// Automated test of DisposeChannels - Invert - 1-bit
// DisposeChannels - Invert
ImageEnView1.Proc.DisposeChannels( 'RGB' );

// Automated test of DisposeChannels - Random Values
// DisposeChannels - 000
ImageEnView1.Proc.DisposeChannels( '000' );

// Automated test of DisposeChannels - Alpha Channel - Random Values
// DisposeChannels - 000
ImageEnView1.Proc.DisposeChannels( '000' );

// Automated test of DisposeChannels - 32-Bit RGBA - Random Values
// DisposeChannels - 000
ImageEnView1.Proc.DisposeChannels( '000' );
