WhiteBalanceFactors Structure

CVB.Net Documentation
Factors for white balance correction.

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

public struct WhiteBalanceFactors

The WhiteBalanceFactors type exposes the following members.

Constructors

  NameDescription
Public methodWhiteBalanceFactors
Initialize a white balance factors structure.
Top
Properties

  NameDescription
Public propertyBlue
White balance factor for the red channel.
Public propertyGreen
White balance factor for the red channel.
Public propertyRed
White balance factor for the red channel.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberIdentity
Identity transformation leaving all values as they are.
Top
Remarks

Note that the whitebalance factors inside this structure are internally stored as integers with 1/256 increments. Therefore even though the values are exposed as doubles, they cannot represent the full range of double values.
See Also

Reference