MCPcopy Create free account
hub / github.com/KDE/kwin / WindowPaintData

Method WindowPaintData

src/effect/effect.cpp:218–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216};
217
218WindowPaintData::WindowPaintData()
219 : PaintData()
220 , d(std::make_unique<WindowPaintDataPrivate>())
221{
222 setOpacity(1.0);
223 setSaturation(1.0);
224 setBrightness(1.0);
225 setCrossFadeProgress(0.0);
226}
227
228WindowPaintData::WindowPaintData(const WindowPaintData &other)
229 : PaintData()

Callers

nothing calls this directly

Calls 10

xScaleMethod · 0.80
yScaleMethod · 0.80
zScaleMethod · 0.80
rotationOriginMethod · 0.80
rotationAxisMethod · 0.80
rotationAngleMethod · 0.80
saturationMethod · 0.80
opacityMethod · 0.45
brightnessMethod · 0.45
crossFadeProgressMethod · 0.45

Tested by

no test coverage detected