RegionOfInterest.AutoWhiteBalanceEnabled 属性

定义

获取或设置一个值,该值指定是否启用自动白平衡。

public:
 property bool AutoWhiteBalanceEnabled { bool get(); void set(bool value); };
bool AutoWhiteBalanceEnabled();

void AutoWhiteBalanceEnabled(bool value);
public bool AutoWhiteBalanceEnabled { get; set; }
var boolean = regionOfInterest.autoWhiteBalanceEnabled;
regionOfInterest.autoWhiteBalanceEnabled = boolean;
Public Property AutoWhiteBalanceEnabled As Boolean

属性值

Boolean

bool

如果自动白平衡,则为 true;否则为 false

适用于