FastLED 3.9.15
Loading...
Searching...
No Matches
colorutils_misc.h File Reference
#include "fl/stdint.h"
#include "fl/int.h"
+ Include dependency graph for colorutils_misc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 IMPORTANT!
 

Macros

#define TProgmemPalette16   TProgmemRGBPalette16
 Alias for TProgmemRGBPalette16.
 
#define TProgmemPalette32   TProgmemRGBPalette32
 Alias for TProgmemRGBPalette32.
 

Typedefs

typedef fl::u32 TProgmemHSVPalette16[16]
 CHSVPalette16 entries stored in PROGMEM memory.
 
typedef fl::u32 TProgmemHSVPalette32[32]
 CHSVPalette32 entries stored in PROGMEM memory.
 
typedef const fl::u8 TProgmemRGBGradientPalette_byte
 Byte of an RGB gradient, stored in PROGMEM memory.
 
typedef const TProgmemRGBGradientPalette_byteTProgmemRGBGradientPalette_bytes
 Pointer to bytes of an RGB gradient, stored in PROGMEM memory.
 
typedef TProgmemRGBGradientPalette_bytes TProgmemRGBGradientPaletteRef
 Alias of TProgmemRGBGradientPalette_bytes.
 
typedef fl::u32 TProgmemRGBPalette16[16]
 CRGBPalette16 entries stored in PROGMEM memory.
 
typedef fl::u32 TProgmemRGBPalette32[32]
 CRGBPalette32 entries stored in PROGMEM memory.
 

Enumerations

enum  fl::TGradientDirectionCode { fl::FORWARD_HUES , fl::BACKWARD_HUES , fl::SHORTEST_HUES , fl::LONGEST_HUES }
 Hue direction for calculating fill gradients. More...