RFSImageQualityColorCharacteristic
Objective-C
@interface RFSImageQualityColorCharacteristic : RFSImageQualityCharacteristic
Swift
class ImageQualityColorCharacteristic : ImageQualityCharacteristic
Image Quality Characteristic where a color is the parameter for Assessment.
-
Color value for Characteristic Assessment.
Declaration
Objective-C
@property (nonatomic, copy, readonly, nonnull) UIColor *color;
Swift
@NSCopying var color: UIColor { get }