SBSDKVibranceFilter

@interface SBSDKVibranceFilter : SBSDKBaseAdjustableFilter

Adjusts the vibrance of an image. Vibrance makes colors more brilliant.

  • The amount of vibrance to apply to the image. Valid values range from -1.0 (less brilliant) to 1.0 (very brilliant).

    Declaration

    Objective-C

    @property (nonatomic) float vibrance;

    Swift

    var vibrance: Float { get set }