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입니다.

적용 대상