Swiftgram/submodules/LegacyComponents/Sources/PGPhotoEnhanceLUTGenerator.h
2020-02-22 15:38:54 +04:00

12 lines
308 B
Objective-C

#import "GPUImageContext.h"
@interface PGPhotoEnhanceLUTGenerator : NSObject <GPUImageInput>
@property (nonatomic, copy) void(^lutDataReady)(GLubyte *data);
@property (nonatomic, assign) bool skip;
@end
extern const NSUInteger PGPhotoEnhanceHistogramBins;
extern const NSUInteger PGPhotoEnhanceSegments;