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

102 {
103 #if FASTLED_HD_COLOR_MIXING
104 mColorAdjustment.premixed = CRGB(mColorAdjustment.brightness, mColorAdjustment.brightness, mColorAdjustment.brightness);
105 mColorAdjustment.color = CRGB(0xff, 0xff, 0xff);
106 #endif
107 }
ColorAdjustment mColorAdjustment
Pixel controller class.

References mColorAdjustment.