CBLExposurePropertyValue
Objective-C
@protocol CBLExposurePropertyValue <CBLPropertyValue>
Swift
protocol ExposurePropertyValue : PropertyValue
A property value that exposes its values as universal exposure values.
-
Returns the value as a universal exposure value.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) id<CBLUniversalExposurePropertyValue> exposureValue;
Swift
@NSCopying var exposureValue: any CBLUniversalExposurePropertyValue { get }