| 127 | } |
| 128 | |
| 129 | void Renderer::setAlphaHeatMap(const float alphaHeatMap) |
| 130 | { |
| 131 | try |
| 132 | { |
| 133 | mAlphaHeatMap = alphaHeatMap; |
| 134 | } |
| 135 | catch (const std::exception& e) |
| 136 | { |
| 137 | error(e.what(), __LINE__, __FUNCTION__, __FILE__); |
| 138 | } |
| 139 | } |
| 140 | |
| 141 | bool Renderer::getBlendOriginalFrame() const |
| 142 | { |