Code samples for SetTransparentColors.
Automatically generated by the Every Method demo.
// Automated test of SetTransparentColors - Typical Values
// SetTransparentColors - Alpha: 0
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );

// Automated test of SetTransparentColors - Alpha Channel - Typical Values
// SetTransparentColors - Alpha: 0
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );

// Automated test of SetTransparentColors - 32-Bit RGBA - Typical Values
// SetTransparentColors - Alpha: 0
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );

// Automated test of SetTransparentColors - 1-bit - Typical Values
// SetTransparentColors - Alpha: 0
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clWhite ), 50, 0 );

// Automated test of SetTransparentColors - Random Values
// SetTransparentColors - Alpha: 50
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 127 );

// Automated test of SetTransparentColors - Alpha Channel - Random Values
// SetTransparentColors - Alpha: 50
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 127 );

// Automated test of SetTransparentColors - 32-Bit RGBA - Random Values
// SetTransparentColors - Alpha: 50
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 127 );

// Automated test of SetTransparentColors - 1-bit - Random Values
// SetTransparentColors - Alpha: 50
ImageEnView1.Proc.SetTransparentColors( TColor2TRGB( clBlack ), 177, 127 );
