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

◆ disableColorAdjustment()

template<EOrder RGB_ORDER, int LANES = 1, fl::u32 MASK = 0xFFFFFFFF>
void PixelController< RGB_ORDER, LANES, MASK >::disableColorAdjustment ( )
inline

Definition at line 121 of file pixel_controller.h.

121 {
122 #if FASTLED_HD_COLOR_MIXING
123 mColorAdjustment.premixed = CRGB(mColorAdjustment.brightness, mColorAdjustment.brightness, mColorAdjustment.brightness);
124 mColorAdjustment.color = CRGB(0xff, 0xff, 0xff);
125 #endif
126 }
fl::CRGB CRGB
Definition crgb.h:25
ColorAdjustment mColorAdjustment

References mColorAdjustment.