GammaCorrection Enumeration

CVB.Net Documentation
Different gamma corrections that can be applied while converting from Bayer pattern to RGB.

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

public enum GammaCorrection
Members

  Member nameValueDescription
Gamma1001 Correct with Gamma = 1.0 (i.e. no correction).
Gamma0602 Correct with Gamma = 0.6.
Gamma0453 Correct with Gamma = 0.45.
See Also

Reference