luxlabs header browser preview


@class NSString;

@interface BSUIVibrancyEffectValues : BSUIVibrancyValues

@property (readonly, nonatomic) struct CAColorMatrix { float m11; float m12; float m13; float m14; float m15; float m21; float m22; float m23; float m24; float m25; float m31; float m32; float m33; float m34; float m35; float m41; float m42; float m43; float m44; float m45; } backdropColorMatrix;
@property (readonly, nonatomic) struct CAColorMatrix { float m11; float m12; float m13; float m14; float m15; float m21; float m22; float m23; float m24; float m25; float m31; float m32; float m33; float m34; float m35; float m41; float m42; float m43; float m44; float m45; } vibrantColorMatrix;
@property (readonly, nonatomic) NSString *groupName;

+ (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; })_vibrancyMatrixForType:(long long)a0 heroColor:(id)a1 backgroundType:(long long)a2;
+ (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; })_materialBackdropColorMatrixForType:(long long)a0 heroColor:(id)a1 backgroundType:(long long)a2;
+ (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; })_colorizedMaterialBackdropMatrixForType:(long long)a0 heroColor:(id)a1 backgroundType:(long long)a2;
+ (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; })_colorizedVibrancyMatrixForType:(long long)a0 heroColor:(id)a1 backgroundType:(long long)a2;

- (id)transformColor:(id)a0 withVibrantMask:(id)a1;
- (void).cxx_destruct;
- (id)transformBackdropColor:(id)a0;
- (void)calculateValuesForConfiguration:(id)a0;
- (id)transformVibrantColor:(id)a0;

@end