2020-06-10 01:19:12 +03:00

63 lines
1.5 KiB
Objective-C

#import <UIKit/UIKit.h>
#import <LegacyComponents/TGVideoEditAdjustments.h>
@class POPAnimation;
@class POPSpringAnimation;
@interface TGPhotoEditorInterfaceAssets : NSObject
+ (UIColor *)toolbarBackgroundColor;
+ (UIColor *)toolbarTransparentBackgroundColor;
+ (UIColor *)cropTransparentOverlayColor;
+ (UIColor *)accentColor;
+ (UIColor *)panelBackgroundColor;
+ (UIColor *)selectedImagesPanelBackgroundColor;
+ (UIColor *)editorButtonSelectionBackgroundColor;
+ (UIImage *)cropIcon;
+ (UIImage *)toolsIcon;
+ (UIImage *)rotateIcon;
+ (UIImage *)paintIcon;
+ (UIImage *)stickerIcon;
+ (UIImage *)textIcon;
+ (UIImage *)gifBackgroundImage;
+ (UIImage *)gifIcon;
+ (UIImage *)gifActiveIcon;
+ (UIImage *)muteIcon;
+ (UIImage *)muteActiveIcon;
+ (UIImage *)qualityIconForPreset:(TGMediaVideoConversionPreset)preset;
+ (UIImage *)timerIconForValue:(NSInteger)value;
+ (UIImage *)eraserIcon;
+ (UIImage *)tintIcon;
+ (UIImage *)blurIcon;
+ (UIImage *)curvesIcon;
+ (UIImage *)groupIcon;
+ (UIImage *)ungroupIcon;
+ (UIImage *)groupIconBackground;
+ (UIImage *)groupIconBackgroundActive;
+ (UIImage *)mirrorIcon;
+ (UIImage *)aspectRatioIcon;
+ (UIImage *)aspectRatioActiveIcon;
+ (UIColor *)toolbarSelectedIconColor;
+ (UIColor *)toolbarAppliedIconColor;
+ (UIColor *)editorItemTitleColor;
+ (UIColor *)editorActiveItemTitleColor;
+ (UIFont *)editorItemTitleFont;
+ (UIColor *)filterSelectionColor;
+ (UIColor *)sliderBackColor;
+ (UIColor *)sliderTrackColor;
+ (UIImage *)cameraIcon;
@end