FastLED 3.9.15
Loading...
Searching...
No Matches

◆ scale_rgb_hd()

void fl::anonymous_namespace{colorutils.cpp.hpp}::scale_rgb_hd ( CRGB16 & rgb,
fl::u8x8 brightness )
inline

Definition at line 295 of file colorutils.cpp.hpp.

295 {
296 if (brightness.raw() == 256) {
297 return;
298 }
302}
fl::UISlider brightness("Brightness", BRIGHTNESS, 0, 255)
static constexpr FASTLED_FORCE_INLINE u8x8 from_raw(u16 raw) FL_NOEXCEPT
Definition u8x8.h:53
fl::u16 scale_hd_channel(fl::u16 channel, fl::u8x8 scale)

References brightness, fl::u8x8::from_raw(), scale_hd_channel(), and scale_rgb_hd().

Referenced by ColorFromPaletteHDImpl(), and scale_rgb_hd().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: