luxlabs header browser preview


@class NSString;

@interface NTKOlympusColorEditOption : NTKEnumeratedEditOption <NTKPigmentEditOptionConvertible>

@property (readonly, nonatomic) unsigned long long color;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

+ (id)_snapshotKeyForValue:(unsigned long long)a0 forDevice:(id)a1;
+ (id)__orderedValuesForDevice:(id)a0;
+ (id)_orderedValuesForDevice:(id)a0;
+ (unsigned long long)colorCodeForPigmentEditOption:(id)a0 forDevice:(id)a1;
+ (id)colorNameForColorValue:(unsigned long long)a0;
+ (id)colorNameForColorValue:(unsigned long long)a0 collectionName:(id *)a1;
+ (id)optionWithOlympusColor:(unsigned long long)a0 forDevice:(id)a1;
+ (id)pigmentFaceDomain;

- (id)localizedName;
- (id)_valueToFaceBundleStringDict;
- (BOOL)optionExistsInDevice:(id)a0;
- (id)pigmentEditOption;
- (long long)swatchStyle;

@end