Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11fixing merge conflictsDaniel Garcia
2015-02-17Adding more documentation to header filesDaniel Garcia
2015-02-09SparkCore needs FastLED to be in a namespace.Daniel Garcia
2014-12-13Added nblendPaletteTowardPalette as a toplevel function for palette crossfade...Mark Kriegsman
2014-12-11Added support for ColorFromPalette directly from a progmem RGB palette16Mark Kriegsman
2014-11-13Added blur1d, blur2d, and fadeUsingColorMark Kriegsman
2014-11-08Shut down compiler warnings referenced in #96. Verified that the palettes st...Daniel Garcia
2014-10-14Typo fix.Mark Kriegsman
2014-10-14Fix for #79, improve HSV ramps to/from pure black/white.Mark Kriegsman
2014-10-11Added CHSVPalette16, CHSVPalette256, and map_data_into_colors_through_palette...Mark Kriegsman
2014-10-05Fix for fill_gradient, switch to templates for a few functions to allow use o...Mark Kriegsman
2014-09-24Added HSV blend functionsMark Kriegsman
2014-06-27Added gradient variations, reorg'd palettes a bit.Mark Kriegsman
2014-06-20Restructured palettes into actual classes. Think we're good to go now.Mark Kriegsman
2014-06-18Changing names after some further thought, before we announce. Todo: clean u...Mark Kriegsman
2014-06-18Initial Palette support.Mark Kriegsman
2014-05-31Added fill_gradientMark Kriegsman
2014-05-29Added array versions ofnscale8_video, fade_video, fadeLightBy, nscale8, fade_...Mark Kriegsman
2014-04-18Added HeatColor function, started new file 'colorutils'Mark Kriegsman