Swiftgram/submodules/LegacyComponents/LegacyComponents/TGPhotoEditorInterfaceAssets.h
Peter d153fe0f21 Add 'submodules/LegacyComponents/' from commit 'd5594346161c1b7f203d1e87068bbe77bcaac019'
git-subtree-dir: submodules/LegacyComponents
git-subtree-mainline: 608630530451e02e5aec48389d144dbf7a3625b9
git-subtree-split: d5594346161c1b7f203d1e87068bbe77bcaac019
2019-06-11 18:51:15 +01:00

62 lines
1.4 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 *)captionIcon;
+ (UIImage *)cropIcon;
+ (UIImage *)toolsIcon;
+ (UIImage *)rotateIcon;
+ (UIImage *)paintIcon;
+ (UIImage *)stickerIcon;
+ (UIImage *)textIcon;
+ (UIImage *)gifBackgroundImage;
+ (UIImage *)gifIcon;
+ (UIImage *)gifActiveIcon;
+ (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