FastLED
3.9.15
Loading...
Searching...
No Matches
◆
nscale8x3_constexpr()
CRGB
nscale8x3_constexpr
(
uint8_t
r
,
uint8_t
g
,
uint8_t
b
,
fract8
scale
)
constexpr
Definition at line
346
of file
scale8.h
.
346
{
347
return
CRGB
(((
int
)r * (
int
)(
scale
)) >> 8, ((
int
)g * (
int
)(
scale
)) >> 8,
348
((
int
)b * (
int
)(
scale
)) >> 8);
349
}
scale
UISlider scale("Scale", 1.0f, 0.0f, 1.0f, 0.01f)
CRGB
Representation of an RGB pixel (Red, Green, Blue)
Definition
crgb.h:55
References
scale
.
Scaling Functions that Leave R1 Dirty
Generated on Thu May 29 2025 04:44:58 for FastLED by
1.13.2