| 160 | } |
| 161 | |
| 162 | void TintNode::setTintColor(QColor tintColor) noexcept |
| 163 | { |
| 164 | if ( _tintColor != tintColor ) { |
| 165 | _tintColor = tintColor; |
| 166 | emit tintColorChanged(); |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | void TintNode::inNodeOutputChanged() |
| 171 | { |
nothing calls this directly
no outgoing calls
no test coverage detected