I hereby claim:
- I am iceydee on github.
- I am plingot (https://keybase.io/plingot) on keybase.
- I have a public key ASDni1-Rm70q9GOyswaniSw9vLsWcSNtIHxbvt-Kfixkcgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #import "KWHCMatcher.h" | |
| #import "KWMessageTracker.h" | |
| #import "Kiwi.h" | |
| @interface NSNotificationMatcher : NSObject <HCMatcher> | |
| { | |
| NSDictionary *_userInfo; | |
| } | |
| + (id)matcherWithUserInfo:(NSDictionary *)dictionary; |
| var docRef = app.activeDocument; | |
| app.activeDocument.RGB | |
| var alignedColor = function(color, alignment) { | |
| if (typeof(alignment) == "undefined") { | |
| alignment = 16; | |
| } | |
| var returnColor = (Math.round((color + 1) / alignment) * alignment) - 1; |