ImageEn

TImageEnProc.CastColor Code Samples


Code samples for CastColor.
Automatically generated by the Every Method demo.
// Automated test of CastColor - Typical Values
// CastColor - Clicked Pos: 200,200 - Tolerance: 10 - Click image to specify fill point
ImageEnView1.Proc.CastColor( Pt.X, Pt.Y, clRed, 10 ); // Pt=(200, 200)



// Automated test of CastColor - Alpha Channel - Typical Values
// CastColor - Clicked Pos: 200,200 - Tolerance: 10 - Click image to specify fill point
ImageEnView1.Proc.CastColor( Pt.X, Pt.Y, clRed, 10 ); // Pt=(200, 200)



// Automated test of CastColor - 32-Bit RGBA - Typical Values
// CastColor - Clicked Pos: 200,200 - Tolerance: 10 - Click image to specify fill point
ImageEnView1.Proc.CastColor( Pt.X, Pt.Y, clRed, 10 ); // Pt=(200, 200)



// Automated test of CastColor - Random Values
// CastColor - Clicked Pos: 200,200 - Tolerance: 137 - Click image to specify fill point
ImageEnView1.Proc.CastColor( Pt.X, Pt.Y, clAqua, 137 ); // Pt=(200, 200)



// Automated test of CastColor - Alpha Channel - Random Values
// CastColor - Clicked Pos: 200,200 - Tolerance: 137 - Click image to specify fill point
ImageEnView1.Proc.CastColor( Pt.X, Pt.Y, clAqua, 137 ); // Pt=(200, 200)



// Automated test of CastColor - 32-Bit RGBA - Random Values
// CastColor - Clicked Pos: 200,200 - Tolerance: 137 - Click image to specify fill point
ImageEnView1.Proc.CastColor( Pt.X, Pt.Y, clAqua, 137 ); // Pt=(200, 200)