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 = 100
Swift
case auto = 100
-
The value is equivalent to daylight/sunny white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceDaylight
Swift
case daylight = 101
-
The value is equivalent to shade white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceShade
Swift
case shade = 102
-
The value is equivalent to cloudy white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCloudy
Swift
case cloudy = 103
-
The value is equivalent to tungsten white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceTungsten
Swift
case tungsten = 104
-
The value is equivalent to fluorescent white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceFluorescent
Swift
case fluorescent = 105
-
The value is equivalent to flash white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceFlash
Swift
case flash = 106
-
The value is equivalent to a custom white balance.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCustom
Swift
case custom = 107
-
The value is equivalent to a second custom white balance for cameras that support multiple custom values.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCustom2
Swift
case custom2 = 108
-
The value is equivalent to a third custom white balance for cameras that support multiple custom values.
Declaration
Objective-C
CBLPropertyCommonValueWhiteBalanceCustom3
Swift
case custom3 = 109