SBSDKWhiteAndBlackPointFilter
@interface SBSDKWhiteAndBlackPointFilter : SBSDKBaseAdjustableFilter
A filter that maps the brightness values of the images to the given black and white points.
-
The white point offset. Affects the brighter pixels of the image. Values range from -1.0 (darkens bright pixels) to 1.0 (brightens bright pixels).
Declaration
Objective-C
@property (nonatomic) float whitePointOffset;
Swift
var whitePointOffset: Float { get set }
-
The black point offset. Affects the darker pixels of the image. Values range from -1.0 (darkens dark pixels) to 1.0 (brightens dark pixels).
Declaration
Objective-C
@property (nonatomic) float blackPointOffset;
Swift
var blackPointOffset: Float { get set }