SBSDKTintAdjustFilter
@interface SBSDKTintAdjustFilter : SBSDKBaseAdjustableFilter
Adjusts the tint of an image.
-
The amount of color tinting. Values range from -1.0 (green tinted) to 1.0 (magenta tinted).
Declaration
Objective-C
@property (nonatomic) float tint;
Swift
var tint: Float { get set }