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

◆ disableColorAdjustment()

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

Definition at line 95 of file pixel_controller.h.

95 {
96 #if FASTLED_HD_COLOR_MIXING
97 mColorAdjustment.premixed = CRGB(mColorAdjustment.brightness, mColorAdjustment.brightness, mColorAdjustment.brightness);
98 mColorAdjustment.color = CRGB(0xff, 0xff, 0xff);
99 #endif
100 }
ColorAdjustment mColorAdjustment
Pixel controller class.

References mColorAdjustment.