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 90 of file pixel_controller.h.

90 {
91 #if FASTLED_HD_COLOR_MIXING
92 mColorAdjustment.premixed = CRGB(mColorAdjustment.brightness, mColorAdjustment.brightness, mColorAdjustment.brightness);
93 mColorAdjustment.color = CRGB(0xff, 0xff, 0xff);
94 #endif
95 }
ColorAdjustment mColorAdjustment
Pixel controller class.

References mColorAdjustment.