MCPcopy Create free account
hub / github.com/FastLED/FastLED / disableColorAdjustment

Method disableColorAdjustment

src/pixel_controller.h:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120
121 void disableColorAdjustment() {
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 }
127
128 /// Copy constructor
129 /// @param other the object to copy

Callers 6

showPixelsMethod · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80
showPixelsMethod · 0.80
ClocklessControllerClass · 0.80
showPixelsMethod · 0.80

Calls 1

CRGBClass · 0.50

Tested by

no test coverage detected