608 {
610
611
613
616
617
618 for (
int w = 0; w <
width; w++) {
619 for (
int h = 0; h <
height; h++) {
620
623
624
626
627
631
632
633
635 }
636 }
637}
fl::UIDropdown saturationFunction("Saturation Function", easeOptions)
fl::UIDropdown luminanceFunction("Luminance Function", easeOptions)
CRGB ColorFromPalette(const CRGBPalette16 &pal, fl::u8 index, fl::u8 brightness, TBlendType blendType)
fl::EaseType getEaseType(fl::string value)
fl::UISlider fireSpeedY("Fire SpeedY", 1.3, 1, 6,.1)
fl::CRGBPalette16 getFirePalette()
fl::shared_ptr< fl::Grid< fl::CRGB > > frameBufferPtr
uint8_t getFirePaletteIndex(uint32_t millis32, int width, int max_width, int height, int max_height, uint32_t y_speed)
CRGB colorBoost(EaseType saturation_function=EaseType::EASE_NONE, EaseType luminance_function=EaseType::EASE_NONE) const FL_NOEXCEPT
Representation of an 8-bit RGB pixel (Red, Green, Blue)