KWin
|
Represents the Resource for the org_kde_kwin_contrast interface. More...
#include <contrast.h>
Public Member Functions | |
~ContrastInterface () override | |
QRegion | region () const |
qreal | contrast () const |
qreal | intensity () const |
qreal | saturation () const |
QColor | frost () const |
Friends | |
class | ContrastManagerInterfacePrivate |
Represents the Resource for the org_kde_kwin_contrast interface.
Instances of this class are only generated by the ContrastManagerInterface. The ContrastInterface gets attached to a SurfaceInterface and can be assessed from there using SurfaceInterface::contrast(). Please note that the ContrastInterface is only available on the SurfaceInterface after it has been committed.
Definition at line 59 of file contrast.h.
|
overridedefault |
qreal KWin::ContrastInterface::contrast | ( | ) | const |
Definition at line 188 of file contrast.cpp.
QColor KWin::ContrastInterface::frost | ( | ) | const |
Definition at line 203 of file contrast.cpp.
qreal KWin::ContrastInterface::intensity | ( | ) | const |
Definition at line 193 of file contrast.cpp.
QRegion KWin::ContrastInterface::region | ( | ) | const |
Definition at line 183 of file contrast.cpp.
qreal KWin::ContrastInterface::saturation | ( | ) | const |
Definition at line 198 of file contrast.cpp.
|
friend |
Definition at line 73 of file contrast.h.