SCCameraKitToneMapAdjustmentController
Objective-C
@protocol
SCCameraKitToneMapAdjustmentController <SCCameraKitAdjustmentController>
Swift
protocol ToneMapAdjustmentController : AdjustmentController
A controller to control the tone map adjustment.
-
The “amount” of adjustment applied to the tone mapping algorithm. Ranges from 0.0 to 1.0. A value of 0.5 is the “best guess” of the tone mapping algorithm. Users may wish to adjust this amount up or down to reflect their true skin tone.
Declaration
Objective-C
@property (nonatomic) CGFloat amount;
Swift
var amount: CGFloat { get set }