-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLAdjustmentModel.h
91 lines (85 loc) · 2.48 KB
/
BLAdjustmentModel.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "_ACAccountTypeIdentifierTwitter.h"
@class CIFilter;
@interface BLAdjustmentModel : _ACAccountTypeIdentifierTwitter
{
float m_whiteLevel;
float m_blackLevel;
float m_brightness;
float m_whiteLevelRed;
float m_blackLevelRed;
float m_whiteLevelGreen;
float m_blackLevelGreen;
float m_whiteLevelBlue;
float m_blackLevelBlue;
struct {
int type;
float x;
float y;
float ri;
float gq;
float b;
} m_whiteBalance;
float m_histogramBlackPoint;
float m_histogramWhitePoint;
float m_histogramBlackPointRed;
float m_histogramWhitePointRed;
float m_histogramBlackPointGreen;
float m_histogramWhitePointGreen;
float m_histogramBlackPointBlue;
float m_histogramWhitePointBlue;
float m_saturation;
BOOL m_useVibrancy;
float m_contrast;
float m_faceBalanceWarmth;
float m_saturationSky;
float m_saturationGrass;
CIFilter *m_curveFilter;
CIFilter *m_vibranceFilter;
CIFilter *m_colorFilter;
CIFilter *m_faceBalanceFilter;
CIFilter *m_skyAndGrassFilter;
CIFilter *m_RGBLevelsFilter;
CIFilter *m_highlightsAndShadowsFilter;
CIFilter *m_tempAndTintFilter;
CIFilter *m_colorBalanceFilter;
BOOL m_hasColor;
BOOL m_hasExposure;
BOOL m_isChainBuilt;
CIFilter *m_curvesFilter;
}
+ (id)exposureValuesForToneCurveData:(id)fp8 highlightsAndShadowsData:(id)fp12 andHistogramData:(id)fp16;
+ (struct CGPoint)pointOnCurveFromPoint:(struct CGPoint)fp8 withSlope:(float)fp16 andCurveData:(float *)fp20;
- (void)setColorBalanceFilter:(id)fp8;
- (id)colorBalanceFilter;
- (void)setTempAndTintFilter:(id)fp8;
- (id)tempAndTintFilter;
- (void)setHighlightsAndShadowsFilter:(id)fp8;
- (id)highlightsAndShadowsFilter;
- (void)setRGBLevelsFilter:(id)fp8;
- (id)RGBLevelsFilter;
- (void)setSkyAndGrassFilter:(id)fp8;
- (id)skyAndGrassFilter;
- (void)setFaceBalanceFilter:(id)fp8;
- (id)faceBalanceFilter;
- (void)setVibranceFilter:(id)fp8;
- (id)vibranceFilter;
- (void)setColorFilter:(id)fp8;
- (id)colorFilter;
- (void)setCurvesFilter:(id)fp8;
- (id)curvesFilter;
- (id)adjustedImageFromImage:(id)fp8;
- (void)releaseChain;
- (void)buildChain;
- (BOOL)hasExposure;
- (BOOL)hasColor;
- (BOOL)hasAdjustments;
- (void)reset;
- (void)dealloc;
- (id)init;
- (id)initWithAdjustmentsDictionary:(id)fp8 andAnalysisDictionary:(id)fp12;
@end