SBSDKContrastFilter
@interface SBSDKContrastFilter : SBSDKBaseAdjustableFilter
Adjusts the contrast of an image.
-
The amount of contrast to apply to the image. Valid values range from -1.0 (very low) to 1.0 (very high).
Declaration
Objective-C
@property (nonatomic) float contrast;
Swift
var contrast: Float { get set }