CBLPropertyCommonValueWhiteBalance
Objective-C
enum CBLPropertyCommonValueWhiteBalance : CBLPropertyCommonValue {}
Swift
enum PropertyCommonValueWhiteBalance : PropertyCommonValue, @unchecked Sendable
White balance common values.
-
The value is equivalent to an automatic white balance setting.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceAuto = 100Swift
case auto = 100 -
The value is equivalent to daylight/sunny white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceDaylightSwift
case daylight = 101 -
The value is equivalent to shade white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceShadeSwift
case shade = 102 -
The value is equivalent to cloudy white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCloudySwift
case cloudy = 103 -
The value is equivalent to tungsten white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceTungstenSwift
case tungsten = 104 -
The value is equivalent to fluorescent white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceFluorescentSwift
case fluorescent = 105 -
The value is equivalent to flash white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceFlashSwift
case flash = 106 -
The value is equivalent to a custom white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCustomSwift
case custom = 107 -
The value is equivalent to a second custom white balance for cameras that support multiple custom values.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCustom2Swift
case custom2 = 108 -
The value is equivalent to a third custom white balance for cameras that support multiple custom values.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCustom3Swift
case custom3 = 109