SCCameraKitAdjustmentsComponent

Objective-C

@protocol SCCameraKitAdjustmentsComponent <NSObject>

Swift

protocol AdjustmentsComponent : NSObjectProtocol

The adjustments component wraps several adjustment-related classes.

  • Handles the actual adjustment application. Will be null if CameraKit is not running with a valid input.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) id<SCCameraKitAdjustmentsProcessor> processor;

    Swift

    var processor: AdjustmentsProcessor? { get }