FastLED 3.9.15
Loading...
Searching...
No Matches
colorutils_misc.h
Go to the documentation of this file.
1#pragma once
2
3#include "fl/stdint.h"
4#include "fl/int.h"
5
6// TODO: Figure out how to namespace these.
7typedef fl::u32 TProgmemRGBPalette16[16];
9typedef fl::u32 TProgmemHSVPalette16[16];
12#define TProgmemPalette16 TProgmemRGBPalette16
13typedef fl::u32 TProgmemRGBPalette32[32];
15typedef fl::u32 TProgmemHSVPalette32[32];
18#define TProgmemPalette32 TProgmemRGBPalette32
19
28
29namespace fl {
30
40
41} // namespace fl
TGradientDirectionCode
Hue direction for calculating fill gradients.
fl::u32 TProgmemHSVPalette32[32]
CHSVPalette32 entries stored in PROGMEM memory.
TProgmemRGBGradientPalette_bytes TProgmemRGBGradientPaletteRef
Alias of TProgmemRGBGradientPalette_bytes.
const TProgmemRGBGradientPalette_byte * TProgmemRGBGradientPalette_bytes
Pointer to bytes of an RGB gradient, stored in PROGMEM memory.
fl::u32 TProgmemRGBPalette32[32]
CRGBPalette32 entries stored in PROGMEM memory.
const fl::u8 TProgmemRGBGradientPalette_byte
Byte of an RGB gradient, stored in PROGMEM memory.
fl::u32 TProgmemHSVPalette16[16]
CHSVPalette16 entries stored in PROGMEM memory.
fl::u32 TProgmemRGBPalette16[16]
CRGBPalette16 entries stored in PROGMEM memory.
unsigned char u8
Definition int.h:17
@ SHORTEST_HUES
Hue goes whichever way is shortest.
@ LONGEST_HUES
Hue goes whichever way is longest.
@ FORWARD_HUES
Hue always goes clockwise around the color wheel.
@ BACKWARD_HUES
Hue always goes counter-clockwise around the color wheel.
IMPORTANT!
Definition crgb.h:20