ImageEn

TImageEnProc.HistEqualize Code Samples


Code samples for HistEqualize.
Automatically generated by the Every Method demo.
// Automated test of HistEqualize - Typical Values
// HistEqualize - Low: 50, High: 150
ImageEnView1.Proc.HistEqualize( CreateRGB( 50, 50, 50 ), CreateRGB( 150, 150, 150 ));



// Automated test of HistEqualize - Alpha Channel - Typical Values
// HistEqualize - Low: 50, High: 150
ImageEnView1.Proc.HistEqualize( CreateRGB( 50, 50, 50 ), CreateRGB( 150, 150, 150 ));



// Automated test of HistEqualize - 32-Bit RGBA - Typical Values
// HistEqualize - Low: 50, High: 150
ImageEnView1.Proc.HistEqualize( CreateRGB( 50, 50, 50 ), CreateRGB( 150, 150, 150 ));



// Automated test of HistEqualize - Random Values
// HistEqualize - Low: 177, High: 213
ImageEnView1.Proc.HistEqualize( CreateRGB( 177, 177, 177 ), CreateRGB( 213, 213, 213 ));



// Automated test of HistEqualize - Alpha Channel - Random Values
// HistEqualize - Low: 177, High: 213
ImageEnView1.Proc.HistEqualize( CreateRGB( 177, 177, 177 ), CreateRGB( 213, 213, 213 ));



// Automated test of HistEqualize - 32-Bit RGBA - Random Values
// HistEqualize - Low: 177, High: 213
ImageEnView1.Proc.HistEqualize( CreateRGB( 177, 177, 177 ), CreateRGB( 213, 213, 213 ));