ImageEn

TImageEnProc.BumpMapping Code Samples


Code samples for BumpMapping.
Automatically generated by the Every Method demo.
// Automated test of BumpMapping - Typical Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 10, TColor2TRGB( clWhite ));



// Automated test of BumpMapping - Alpha Channel - Typical Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 10, TColor2TRGB( clWhite ));



// Automated test of BumpMapping - 32-Bit RGBA - Typical Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 10, TColor2TRGB( clWhite ));



// Automated test of BumpMapping - 1-bit - Typical Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 10, TColor2TRGB( clWhite ));



// Automated test of BumpMapping - Random Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 59, TColor2TRGB( clBlack ));



// Automated test of BumpMapping - Alpha Channel - Random Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 59, TColor2TRGB( clBlack ));



// Automated test of BumpMapping - 32-Bit RGBA - Random Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 59, TColor2TRGB( clBlack ));



// Automated test of BumpMapping - 1-bit - Random Values
// BumpMapping
ImageEnView1.Proc.BumpMapping( 200, 200, 50, 50, 59, TColor2TRGB( clBlack ));