WhiteBalanceGain Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the red, green, and blue values of a white balance gain setting.
public value class WhiteBalanceGain
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
struct WhiteBalanceGain
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public struct WhiteBalanceGain
var whiteBalanceGain = {
r : /* Your value */,
g : /* Your value */,
b : /* Your value */
}
Public Structure WhiteBalanceGain
- Inheritance
-
WhiteBalanceGain
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
B |
The blue value of a white balance gain setting. |
G |
The green value of a white balance gain setting. |
R |
The red value of a white balance gain setting. |