| 254 | } |
| 255 | |
| 256 | float64 WallPaper::patternOpacity() const { |
| 257 | return _intensity / 100.; |
| 258 | } |
| 259 | |
| 260 | int WallPaper::gradientRotation() const { |
| 261 | // In case of complex gradients rotation value is dynamic. |
no outgoing calls
no test coverage detected