ImageEn

TImageEnProc.IntensityRGBAll Code Samples


Code samples for IntensityRGBAll.
Automatically generated by the Every Method demo.
// Automated test of IntensityRGBAll - Typical Values
// IntensityRGBAll - 5,10,15
ImageEnView1.Proc.IntensityRGBAll( 5, 10, 15 );



// Automated test of IntensityRGBAll - Alpha Channel - Typical Values
// IntensityRGBAll - 5,10,15
ImageEnView1.Proc.IntensityRGBAll( 5, 10, 15 );



// Automated test of IntensityRGBAll - 32-Bit RGBA - Typical Values
// IntensityRGBAll - 5,10,15
ImageEnView1.Proc.IntensityRGBAll( 5, 10, 15 );



// Automated test of IntensityRGBAll - 1-bit - Typical Values
// IntensityRGBAll - 5,10,15
ImageEnView1.Proc.IntensityRGBAll( 5, 10, 15 );



// Automated test of IntensityRGBAll - Random Values
// IntensityRGBAll - 132,137,142
ImageEnView1.Proc.IntensityRGBAll( 132, 137, 142 );



// Automated test of IntensityRGBAll - Alpha Channel - Random Values
// IntensityRGBAll - 132,137,142
ImageEnView1.Proc.IntensityRGBAll( 132, 137, 142 );



// Automated test of IntensityRGBAll - 32-Bit RGBA - Random Values
// IntensityRGBAll - 132,137,142
ImageEnView1.Proc.IntensityRGBAll( 132, 137, 142 );



// Automated test of IntensityRGBAll - 1-bit - Random Values
// IntensityRGBAll - 132,137,142
ImageEnView1.Proc.IntensityRGBAll( 132, 137, 142 );