WhiteBalanceFactors Constructor

CVB.Net Documentation
Initialize a white balance factors structure.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public WhiteBalanceFactors(
	double r,
	double g,
	double b
)

Parameters

r
Type: SystemDouble
Correction factor for the red channel
g
Type: SystemDouble
Correction factor for the green channel
b
Type: SystemDouble
Correction factor for the blue channel
See Also

Reference