ImageEn

TImageEnProc.Maximum Code Samples


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



// Automated test of Maximum - Alpha Channel - Typical Values
// Maximum - Window: 4
ImageEnView1.Proc.Maximum( 4 );



// Automated test of Maximum - 32-Bit RGBA - Typical Values
// Maximum - Window: 4
ImageEnView1.Proc.Maximum( 4 );



// Automated test of Maximum - 1-bit - Typical Values
// Maximum - Window: 4
ImageEnView1.Proc.Maximum( 4 );



// Automated test of Maximum - Random Values
// Maximum - Window: 18
ImageEnView1.Proc.Maximum( 18 );



// Automated test of Maximum - Alpha Channel - Random Values
// Maximum - Window: 18
ImageEnView1.Proc.Maximum( 18 );



// Automated test of Maximum - 32-Bit RGBA - Random Values
// Maximum - Window: 18
ImageEnView1.Proc.Maximum( 18 );



// Automated test of Maximum - 1-bit - Random Values
// Maximum - Window: 18
ImageEnView1.Proc.Maximum( 18 );