SCCameraKitPortraitAdjustmentController

@protocol
    SCCameraKitPortraitAdjustmentController <SCCameraKitAdjustmentController>

A controller to control the portrait adjustment.

  • How blurred the background is. Ranges from 0.0 to 1.0. A value of 0.0 is “not blurred at all” while 1.0 is “extremely blurred.”

    Declaration

    Objective-C

    @property (nonatomic) CGFloat blur;