FastLED 3.9.15
Loading...
Searching...
No Matches
rgbw.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include "fl/rgbw.h"
7
8// Since FastLED 3.10.3 the RGBW functions are in the fl namespace.
9// This file is a compatibility layer to allow the old functions to be used.
10// It is not necessary to include this file if you are using FastLED 3.10.3 or later.
11
12using fl::Rgbw;
13using fl::RgbwInvalid;
14using fl::RgbwDefault;
16using fl::RGBW_MODE;
Functions for red, green, blue, white (RGBW) output.
RGBW_MODE
Definition rgbw.h:13
@ kRGBWMaxBrightness
Definition rgbw.h:18
@ kRGBWBoostedWhite
Definition rgbw.h:17
@ kRGBWInvalid
Definition rgbw.h:14
@ kRGBWUserFunction
Definition rgbw.h:19
@ kRGBWNullWhitePixel
Definition rgbw.h:15
@ kRGBWExactColors
Definition rgbw.h:16
@ kRGBWDefaultColorTemp
Definition rgbw.h:23