Code samples for WhiteBalance_Coef.
Automatically generated by the Every Method demo.
// Automated test of WhiteBalance_Coef - Typical Values
// WhiteBalance_Coef - R: 0.80, G: 1.00, B: 1.00
ImageEnView1.Proc.WhiteBalance_Coef( 0.80, 1.00, 1.00 );

// Automated test of WhiteBalance_Coef - Alpha Channel - Typical Values
// WhiteBalance_Coef - R: 0.80, G: 1.00, B: 1.00
ImageEnView1.Proc.WhiteBalance_Coef( 0.80, 1.00, 1.00 );

// Automated test of WhiteBalance_Coef - 32-Bit RGBA - Typical Values
// WhiteBalance_Coef - R: 0.80, G: 1.00, B: 1.00
ImageEnView1.Proc.WhiteBalance_Coef( 0.80, 1.00, 1.00 );

// Automated test of WhiteBalance_Coef - 1-bit - Typical Values
// WhiteBalance_Coef - R: 0.80, G: 1.00, B: 1.00
ImageEnView1.Proc.WhiteBalance_Coef( 0.80, 1.00, 1.00 );

// Automated test of WhiteBalance_Coef - Random Values
// WhiteBalance_Coef - R: 0.30, G: 0.50, B: 0.50
ImageEnView1.Proc.WhiteBalance_Coef( 0.30, 0.50, 0.50 );

// Automated test of WhiteBalance_Coef - Alpha Channel - Random Values
// WhiteBalance_Coef - R: 0.30, G: 0.50, B: 0.50
ImageEnView1.Proc.WhiteBalance_Coef( 0.30, 0.50, 0.50 );

// Automated test of WhiteBalance_Coef - 32-Bit RGBA - Random Values
// WhiteBalance_Coef - R: 0.30, G: 0.50, B: 0.50
ImageEnView1.Proc.WhiteBalance_Coef( 0.30, 0.50, 0.50 );

// Automated test of WhiteBalance_Coef - 1-bit - Random Values
// WhiteBalance_Coef - R: 0.30, G: 0.50, B: 0.50
ImageEnView1.Proc.WhiteBalance_Coef( 0.30, 0.50, 0.50 );
