WhiteBalanceApplyFactors Method

CVB.Net Documentation
Applies the white-balance factors to the given image.

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

public static void ApplyFactors(
	Image image,
	WhiteBalanceFactors factors
)

Parameters

image
Type: Stemmer.CvbImage
Image to apply white-balance factors to.
factors
Type: Stemmer.CvbWhiteBalanceFactors
Gain factors to apply.
Exceptions

ExceptionCondition
ArgumentNullExceptionIf image is null.
ObjectDisposedExceptionIf image has been disposed.
See Also

Reference