15#include "IBackgroundEffect.h"
19 EffectShimmer(
AColor color = AColor::WHITE.transparentize(0.5f)): mColor(color) {}
21 void draw(
AView* view)
override;
Represents a 4-component floating point color (RGBA).
Definition AColor.h:26
Base class of all UI objects.
Definition AView.h:78
Definition IBackgroundEffect.h:22