| 168 | } |
| 169 | |
| 170 | void VisualObject::setGlobalAlpha( uint8_t alpha, ViewportId viewportId /*= {} */ ) |
| 171 | { |
| 172 | globalAlpha_.set( alpha, viewportId ); |
| 173 | needRedraw_ = true; |
| 174 | } |
| 175 | |
| 176 | const ViewportProperty<uint8_t>& VisualObject::getGlobalAlphaForAllViewports() const |
| 177 | { |
no test coverage detected