initial commit

This commit is contained in:
2026-02-12 00:45:31 -08:00
commit 5f168f370b
3024 changed files with 804889 additions and 0 deletions

View 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;