Files
GLEGram-iOS/submodules/LegacyComponents/PublicHeaders/LegacyComponents/TGPhotoEditorInterfaceAssets.h
T
Leeksov 4647310322 GLEGram 12.5 — Initial public release
Based on Swiftgram 12.5 (Telegram iOS 12.5).
All GLEGram features ported and organized in GLEGram/ folder.

Features: Ghost Mode, Saved Deleted Messages, Content Protection Bypass,
Font Replacement, Fake Profile, Chat Export, Plugin System, and more.

See CHANGELOG_12.5.md for full details.
2026-04-06 09:48:12 +03:00

66 lines
1.6 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 *)qualityIconForHighQuality:(bool)highQuality filled:(bool)filled;
+ (UIImage *)telescopeIcon;
+ (UIImage *)telescopeActiveIcon;
+ (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