SBSDKShadowsHighlightsFilter
@interface SBSDKShadowsHighlightsFilter : SBSDKBaseAdjustableFilter
A filter that separately adjusts the contrast of darker and brighter image areas.
-
The highlights value. Affects the contrast in bright image areas. Values range from -1.0 (lowers contrast in bright areas) to 1.0 (raises contrast in bright areas).
Declaration
Objective-C
@property (nonatomic) float highlights;
Swift
var highlights: Float { get set }
-
The shadows value. Affects the contrast in dark image areas. Values range from -1.0 (raises contrast in dark areas) to 1.0 (lowers contrast in bright areas).
Declaration
Objective-C
@property (nonatomic) float shadows;
Swift
var shadows: Float { get set }