FastLED 3.9.7
Loading...
Searching...
No Matches
pixeltypes.h
Go to the documentation of this file.
1
3
4#ifndef __INC_PIXELS_H
5#define __INC_PIXELS_H
6
7#include "FastLED.h"
8
9#include <stdint.h>
10#include "lib8tion.h"
11#include "color.h"
12#include "eorder.h"
13#include "chsv.h"
14#include "crgb.hpp"
15
16
17#endif
central include file for FastLED, defines the CFastLED class/object
Defines the hue, saturation, and value (HSV) pixel struct.
Defines utility functions for the red, green, and blue (RGB) pixel struct.
Defines color channel ordering enumerations.
Fast, efficient 8-bit math functions specifically designed for high-performance LED programming.
Contains definitions for color correction and temperature.