Code samples for Sharpen.
Automatically generated by the Every Method demo.
// Automated test of Sharpen - Typical Values
// Sharpen - Intensity: 10, Neighbourhood: 4
ImageEnView1.Proc.Sharpen( 10, 4 );

// Automated test of Sharpen - Alpha Channel - Typical Values
// Sharpen - Intensity: 10, Neighbourhood: 4
ImageEnView1.Proc.Sharpen( 10, 4 );

// Automated test of Sharpen - 32-Bit RGBA - Typical Values
// Sharpen - Intensity: 10, Neighbourhood: 4
ImageEnView1.Proc.Sharpen( 10, 4 );

// Automated test of Sharpen - Random Values
// Sharpen - Intensity: 59, Neighbourhood: 18
ImageEnView1.Proc.Sharpen( 59, 18 );

// Automated test of Sharpen - Alpha Channel - Random Values
// Sharpen - Intensity: 59, Neighbourhood: 18
ImageEnView1.Proc.Sharpen( 59, 18 );

// Automated test of Sharpen - 32-Bit RGBA - Random Values
// Sharpen - Intensity: 59, Neighbourhood: 18
ImageEnView1.Proc.Sharpen( 59, 18 );
