GSBackgroundImage: The class defining the image
It is a subclass of GSElement
– initWithURL:
imagePath
imageURL
image
crop
alpha
– showInFinder:
– toggleLocked
transparency of rendering in outline mode.
@property (assign, nonatomic) unsigned short alpha
The Crop
@property (assign, nonatomic) NSRect crop
the NSImage
@property (readonly, nonatomic) NSImage *image
the image path
@property (strong, nonatomic) NSString *imagePath
the image URL
@property (strong, nonatomic) NSURL *imageURL
Inits with a NSURL
- (instancetype)initWithURL:(NSURL *)URL
the URL
Shows the image in the Finder
- (void)showInFinder:(id)sender
toggle locked
- (void)toggleLocked