luxlabs header browser preview


@interface MTWhiteColor : MTColor

@property (readonly, nonatomic) double white;
@property (readonly, nonatomic) double alpha;

- (struct CGColor { } *)CGColor;
- (id)_initWithDescription:(id)a0;
- (id)colorWithAlphaComponent:(double)a0;
- (id)_rgbColor;
- (id)colorBlendedWithColor:(id)a0;
- (id)colorWithAdditionalAlphaComponent:(double)a0;
- (id)colorDescription;
- (id)_initWithCGColor:(struct CGColor { } *)a0;
- (id)description;
- (struct CAColorMatrix { float x0; float x1; float x2; float x3; float x4; float x5; float x6; float x7; float x8; float x9; float x10; float x11; float x12; float x13; float x14; float x15; float x16; float x17; float x18; float x19; })sourceOverColorMatrix;
- (id)initWithWhite:(double)a0 alpha:(double)a1;

@end