luxlabs header browser preview


@interface TSDShapeStyle : TSSStyle <TSDMixing>

+ (id)properties;
+ (void)initialize;
+ (BOOL)validateFloatValue:(float *)a0 forProperty:(int)a1;
+ (float)defaultFloatValueForProperty:(int)a0;
+ (id)defaultValueForProperty:(int)a0;
+ (id)p_magicMoveProperties;
+ (id)propertiesAllowingNSNull;

- (id)boxedValueForProperty:(int)a0 oldBoxedValue:(id)a1 transformedByTransform:(struct CGAffineTransform { double x0; double x1; double x2; double x3; double x4; double x5; })a2;
- (void)fixImageFillTechniqueForSwatchOfSize:(struct CGSize { double x0; double x1; })a0;
- (id)mixedObjectWithFraction:(double)a0 ofObject:(id)a1;
- (long long)mixingTypeWithObject:(id)a0;
- (BOOL)wantsHighContrastBackgroundColor;

@end