|
FastLED 3.9.15
|
|
inline |
Set a non-linear brightness-to-power response exponent.
| exponent | 1.0 = linear (default), values below 1.0 model higher power at mid brightness |
model.exponent and calling setPowerModel. Prefer passing the exponent directly via PowerModelRGB(r, g, b, d, e) to set both in one step. exponent <= 0 or values within 1e-4 of 1.0 fall back to linear (identity tables), ignoring the supplied value. SKETCH_HAS_LARGE_MEMORY==1; smaller-memory targets keep legacy linear behavior. Definition at line 1486 of file FastLED.h.
References set_power_scaling_exponent().
Here is the call graph for this function: