initial commit
This commit is contained in:
23
libraries/FastLED/src/chsv.h
Normal file
23
libraries/FastLED/src/chsv.h
Normal file
@@ -0,0 +1,23 @@
|
||||
/// @file chsv.h
|
||||
/// Defines the hue, saturation, and value (HSV) pixel struct
|
||||
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
Legacy header. Prefer to use fl/hsv.h instead.
|
||||
*/
|
||||
#include "fl/hsv.h"
|
||||
#include "fl/namespace.h"
|
||||
|
||||
|
||||
|
||||
using fl::CHSV;
|
||||
using fl::HSVHue;
|
||||
using fl::HUE_RED;
|
||||
using fl::HUE_ORANGE;
|
||||
using fl::HUE_YELLOW;
|
||||
using fl::HUE_GREEN;
|
||||
using fl::HUE_AQUA;
|
||||
using fl::HUE_BLUE;
|
||||
using fl::HUE_PURPLE;
|
||||
using fl::HUE_PINK;
|
||||
Reference in New Issue
Block a user