SBSDKBrightnessFilter

@interface SBSDKBrightnessFilter : SBSDKBaseAdjustableFilter

Adjusts the brightness of an image.

  • The amount of brightness to apply to the image. Valid values range from -1.0 (very dark) to 1.0 (very bright).

    Declaration

    Objective-C

    @property (nonatomic) float brightness;

    Swift

    var brightness: Float { get set }