17#include <AUI/Util/AMetric.h>
18#include <AUI/Traits/values.h>
28 aui::float_within_0_1 opacity;
30 explicit Opacity(
float opacity) : opacity(opacity) {}
40 Property(
const Opacity& info) : mInfo(info) {
44 void applyFor(
AView* view)
override;
47 const auto& value()
const noexcept {
Base class of all UI objects.
Definition AView.h:78
Controls the opacity of AView.
Definition Opacity.h:27
Base class for all properties.
Definition IPropertyBase.h:50