Definition at line 92 of file FastLED.cpp.
92 {
93
94
100}
power_func m_pPowerFunc
function for overriding brightness when using FastLED.show();
fl::u32 m_nPowerData
max power use parameter
fl::u8 m_Scale
the current global brightness scale setting
fl::u32 m_nMinMicros
minimum µs between frames, used for capping frame rates
fl::u16 m_nFPS
tracking for current frames per second (FPS) value
References m_nFPS, m_nMinMicros, m_nPowerData, m_pPowerFunc, and m_Scale.