ImageEn

TImageEnProc.AddSoftShadow Code Samples


Code samples for AddSoftShadow.
Automatically generated by the Every Method demo.
// Automated test of AddSoftShadow - Typical Values
// AddSoftShadow - Radius: 5, Offset: 4
ImageEnView1.Proc.AddSoftShadow( 5, 4, 4, True, clBlack );



// Automated test of AddSoftShadow - Alpha Channel - Typical Values
// AddSoftShadow - Radius: 5, Offset: 4
ImageEnView1.Proc.AddSoftShadow( 5, 4, 4, True, clBlack );



// Automated test of AddSoftShadow - 32-Bit RGBA - Typical Values
// AddSoftShadow - Radius: 5, Offset: 4
ImageEnView1.Proc.AddSoftShadow( 5, 4, 4, True, clBlack );



// Automated test of AddSoftShadow - 1-bit - Typical Values
// AddSoftShadow - Radius: 5, Offset: 4
ImageEnView1.Proc.AddSoftShadow( 5, 4, 4, True, clBlack );



// Automated test of AddSoftShadow - Glow - Typical Values
// AddSoftShadow - Radius: 5
ImageEnView1.Proc.AddSoftShadow( 5, 0, 0, True, clYellow );



// Automated test of AddSoftShadow - Glow - Alpha Channel - Typical Values
// AddSoftShadow - Radius: 5
ImageEnView1.Proc.AddSoftShadow( 5, 0, 0, True, clYellow );



// Automated test of AddSoftShadow - Glow - 32-Bit RGBA - Typical Values
// AddSoftShadow - Radius: 5
ImageEnView1.Proc.AddSoftShadow( 5, 0, 0, True, clYellow );



// Automated test of AddSoftShadow - Glow - 1-bit - Typical Values
// AddSoftShadow - Radius: 5
ImageEnView1.Proc.AddSoftShadow( 5, 0, 0, True, clYellow );



// Automated test of AddSoftShadow - Random Values
// AddSoftShadow - Radius: 19, Offset: 18
ImageEnView1.Proc.AddSoftShadow( 19, 18, 18, True, clWhite );



// Automated test of AddSoftShadow - Alpha Channel - Random Values
// AddSoftShadow - Radius: 19, Offset: 18
ImageEnView1.Proc.AddSoftShadow( 19, 18, 18, True, clWhite );



// Automated test of AddSoftShadow - 32-Bit RGBA - Random Values
// AddSoftShadow - Radius: 19, Offset: 18
ImageEnView1.Proc.AddSoftShadow( 19, 18, 18, True, clWhite );



// Automated test of AddSoftShadow - 1-bit - Random Values
// AddSoftShadow - Radius: 19, Offset: 18
ImageEnView1.Proc.AddSoftShadow( 19, 18, 18, True, clWhite );



// Automated test of AddSoftShadow - Glow - Random Values
// AddSoftShadow - Radius: 19
ImageEnView1.Proc.AddSoftShadow( 19, 0, 0, True, clBlue );



// Automated test of AddSoftShadow - Glow - Alpha Channel - Random Values
// AddSoftShadow - Radius: 19
ImageEnView1.Proc.AddSoftShadow( 19, 0, 0, True, clBlue );



// Automated test of AddSoftShadow - Glow - 32-Bit RGBA - Random Values
// AddSoftShadow - Radius: 19
ImageEnView1.Proc.AddSoftShadow( 19, 0, 0, True, clBlue );



// Automated test of AddSoftShadow - Glow - 1-bit - Random Values
// AddSoftShadow - Radius: 19
ImageEnView1.Proc.AddSoftShadow( 19, 0, 0, True, clBlue );