ImageEn

TImageEnProc.FeatherAlphaEdges Code Samples


Code samples for FeatherAlphaEdges.
Automatically generated by the Every Method demo.
// Automated test of FeatherAlphaEdges - Typical Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 10
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 10 );



// Automated test of FeatherAlphaEdges - Alpha Channel - Typical Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 10
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 10 );



// Automated test of FeatherAlphaEdges - 32-Bit RGBA - Typical Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 10
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 10 );



// Automated test of FeatherAlphaEdges - 1-bit - Typical Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 10
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 10 );



// Automated test of FeatherAlphaEdges - Random Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 25
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 25 );



// Automated test of FeatherAlphaEdges - Alpha Channel - Random Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 25
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 25 );



// Automated test of FeatherAlphaEdges - 32-Bit RGBA - Random Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 25
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 25 );



// Automated test of FeatherAlphaEdges - 1-bit - Random Values
// FeatherAlphaEdges - Feathering (after setting transparent colors): 25
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 0 );
ImageEnView1.Proc.FeatherAlphaEdges( 25 );