mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00

git-subtree-dir: submodules/LegacyComponents git-subtree-mainline: 608630530451e02e5aec48389d144dbf7a3625b9 git-subtree-split: d5594346161c1b7f203d1e87068bbe77bcaac019
62 lines
1.4 KiB
Objective-C
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
|