ImageEn

TImageEnProc.ShiftChannel Code Samples


Code samples for ShiftChannel.
Automatically generated by the Every Method demo.
// Automated test of ShiftChannel - Typical Values
// ShiftChannel - Blue - -5 x -2
ImageEnView1.Proc.ShiftChannel( -5, -2, iecBlue, 0 );



// Automated test of ShiftChannel - Alpha Channel - Typical Values
// ShiftChannel - Blue - -5 x -2
ImageEnView1.Proc.ShiftChannel( -5, -2, iecBlue, 0 );



// Automated test of ShiftChannel - 32-Bit RGBA - Typical Values
// ShiftChannel - Blue - -5 x -2
ImageEnView1.Proc.ShiftChannel( -5, -2, iecBlue, 0 );



// Automated test of ShiftChannel - 1-bit - Typical Values
// ShiftChannel - Blue - -5 x -2
ImageEnView1.Proc.ShiftChannel( -5, -2, iecBlue, 0 );



// Automated test of ShiftChannel - Random Values
// ShiftChannel - Green - 25 x 28
ImageEnView1.Proc.ShiftChannel( 25, 28, iecGreen, 0 );



// Automated test of ShiftChannel - Alpha Channel - Random Values
// ShiftChannel - Green - 25 x 28
ImageEnView1.Proc.ShiftChannel( 25, 28, iecGreen, 0 );



// Automated test of ShiftChannel - 32-Bit RGBA - Random Values
// ShiftChannel - Green - 25 x 28
ImageEnView1.Proc.ShiftChannel( 25, 28, iecGreen, 0 );



// Automated test of ShiftChannel - 1-bit - Random Values
// ShiftChannel - Green - 25 x 28
ImageEnView1.Proc.ShiftChannel( 25, 28, iecGreen, 0 );