9#include "kwin_export.h"
22class ContrastManagerInterfacePrivate;
23class ContrastInterfacePrivate;
44 std::unique_ptr<ContrastManagerInterfacePrivate> d;
65 QRegion region()
const;
66 qreal contrast()
const;
67 qreal intensity()
const;
68 qreal saturation()
const;
75 std::unique_ptr<ContrastInterfacePrivate> d;
Represents the Resource for the org_kde_kwin_contrast interface.
~ContrastInterface() override
Represents the Global for org_kde_kwin_contrast_manager interface.
Class holding the Wayland server display loop.