Code samples for CastAlpha.
Automatically generated by the Every Method demo.
// Automated test of CastAlpha - Typical Values
// CastAlpha - Pos: 200,200 - Tolerance: 50 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 0, 50 );

// Automated test of CastAlpha - Alpha Channel - Typical Values
// CastAlpha - Pos: 200,200 - Tolerance: 50 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 0, 50 );

// Automated test of CastAlpha - 32-Bit RGBA - Typical Values
// CastAlpha - Pos: 200,200 - Tolerance: 50 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 0, 50 );

// Automated test of CastAlpha - 1-bit - Typical Values
// CastAlpha - Pos: 200,200 - Tolerance: 50 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 0, 50 );

// Automated test of CastAlpha - Random Values
// CastAlpha - Pos: 200,200 - Tolerance: 177 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 127, 177 );

// Automated test of CastAlpha - Alpha Channel - Random Values
// CastAlpha - Pos: 200,200 - Tolerance: 177 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 127, 177 );

// Automated test of CastAlpha - 32-Bit RGBA - Random Values
// CastAlpha - Pos: 200,200 - Tolerance: 177 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 127, 177 );

// Automated test of CastAlpha - 1-bit - Random Values
// CastAlpha - Pos: 200,200 - Tolerance: 177 - Click image to specify fill point
ImageEnView1.Proc.CastAlpha( 200, 200, 127, 177 );
