MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / gradientRotation

Method gradientRotation

Telegram/SourceFiles/data/data_wall_paper.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260int WallPaper::gradientRotation() const {
261 // In case of complex gradients rotation value is dynamic.
262 return (_backgroundColors.size() < 3) ? _rotation : 0;
263}
264
265bool WallPaper::hasShareUrl() const {
266 return !_slug.isEmpty();

Callers 13

backgroundDataMethod · 0.80
startMethod · 0.80
DefaultChatThemeOnFunction · 0.80
generateBackgroundMethod · 0.80
setScaledFromThumbMethod · 0.80
checkLoadedDocumentMethod · 0.80
GenerateDitheredGradientFunction · 0.80
initMethod · 0.80
updateImageMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected