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