| 290 | } |
| 291 | |
| 292 | float get_power_scaling_exponent() { |
| 293 | // Authoritative storage lives in the model; on small-memory builds the |
| 294 | // field is clamped to 1.0 by set_power_model. |
| 295 | return gPowerModel().exponent; |
| 296 | } |
| 297 | |
| 298 | PowerModelRGB get_power_model() { |
| 299 | return gPowerModel(); |
no outgoing calls
no test coverage detected