620 {
622
623
625
628
629
630 for (int w = 0; w < width; w++) {
631 for (int h = 0; h < height; h++) {
632
633 uint8_t palette_index =
635
636
638
639
643
644
645
647 }
648 }
649}
UIDropdown luminanceFunction("Luminance Function", easeOptions)
UIDropdown saturationFunction("Saturation Function", easeOptions)
CRGBPalette16 getFirePalette()
uint8_t getFirePaletteIndex(uint32_t millis32, int width, int max_width, int height, int max_height, uint32_t y_speed)
UISlider fireSpeedY("Fire SpeedY", 1.3, 1, 6,.1)
fl::shared_ptr< Grid< CRGB > > frameBufferPtr
EaseType getEaseType(fl::string value)
CRGB ColorFromPalette(const CRGBPalette16 &pal, fl::u8 index, fl::u8 brightness, TBlendType blendType)
CRGB colorBoost(fl::EaseType saturation_function=fl::EASE_NONE, fl::EaseType luminance_function=fl::EASE_NONE) const
Representation of an RGB pixel (Red, Green, Blue)