ImageEn

TImageEnProc.UnsharpMask Code Samples


Code samples for UnsharpMask.
Automatically generated by the Every Method demo.
// Automated test of UnsharpMask - Typical Values
// UnsharpMask - Radius: 4.00, Amount: 1.00
ImageEnView1.Proc.UnsharpMask( 4.00, 1.00, 0.05 );



// Automated test of UnsharpMask - Alpha Channel - Typical Values
// UnsharpMask - Radius: 4.00, Amount: 1.00
ImageEnView1.Proc.UnsharpMask( 4.00, 1.00, 0.05 );



// Automated test of UnsharpMask - 32-Bit RGBA - Typical Values
// UnsharpMask - Radius: 4.00, Amount: 1.00
ImageEnView1.Proc.UnsharpMask( 4.00, 1.00, 0.05 );



// Automated test of UnsharpMask - Random Values
// UnsharpMask - Radius: 13.50, Amount: 3.50
ImageEnView1.Proc.UnsharpMask( 13.50, 3.50, 0.54 );



// Automated test of UnsharpMask - Alpha Channel - Random Values
// UnsharpMask - Radius: 13.50, Amount: 3.50
ImageEnView1.Proc.UnsharpMask( 13.50, 3.50, 0.54 );



// Automated test of UnsharpMask - 32-Bit RGBA - Random Values
// UnsharpMask - Radius: 13.50, Amount: 3.50
ImageEnView1.Proc.UnsharpMask( 13.50, 3.50, 0.54 );