| 189 | // Set gamma override (accesses protected mSettings directly) |
| 190 | void setGamma(float gamma) { this->mSettings.mGamma = gamma; } |
| 191 | void clearGamma() { this->mSettings.mGamma.reset(); } |
| 192 | }; |
| 193 | |
| 194 | /// Test wrapper that exposes protected showPixels method and provides access to captured bytes |