FastLED
3.9.15
Loading...
Searching...
No Matches
draw_mode.h
Go to the documentation of this file.
1
#pragma once
2
3
namespace
fl
{
4
5
enum
DrawMode
{
DRAW_MODE_OVERWRITE
,
DRAW_MODE_BLEND_BY_MAX_BRIGHTNESS
};
6
7
}
// namespace fl
fl::DrawMode
DrawMode
Definition
draw_mode.h:5
fl::DRAW_MODE_BLEND_BY_MAX_BRIGHTNESS
@ DRAW_MODE_BLEND_BY_MAX_BRIGHTNESS
Definition
draw_mode.h:5
fl::DRAW_MODE_OVERWRITE
@ DRAW_MODE_OVERWRITE
Definition
draw_mode.h:5
fl
Implements a simple red square effect for 2D LED grids.
Definition
crgb.h:16
fl
draw_mode.h
Generated on Sat May 24 2025 22:44:23 for FastLED by
1.13.2