aboutsummaryrefslogtreecommitdiffstats
path: root/Invert.h
blob: 91a9f69523f306261a224c3b267fc91a3efd591b (plain)
1
2
3
4
5
6
7
8
9
10
#import <Cocoa/Cocoa.h>
#import <CoreGraphics/CoreGraphics.h>

@interface Invert : NSObject {
    BOOL _inverted;
}

- (void)toggleInvertColors:(NSEvent *)event;

@end