次の方法で共有


WhiteBalanceGain 構造体

定義

ホワイト バランス ゲイン設定の赤、緑、青の値を表します。

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
継承
WhiteBalanceGain
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

B

ホワイト バランス ゲイン設定の青い値。

G

ホワイト バランス ゲイン設定の緑の値。

R

ホワイト バランス ゲイン設定の赤い値。

適用対象