FastLED 3.9.15
Loading...
Searching...
No Matches

◆ TBlendType

enum TBlendType

Color interpolation options for palette.

Enumerator
NOBLEND 

No interpolation between palette entries.

LINEARBLEND 

Linear interpolation between palette entries, with wrap-around from end to the beginning again.

LINEARBLEND_NOWRAP 

Linear interpolation between palette entries, but no wrap-around.

Definition at line 1991 of file colorutils.h.

1991 {
1992 NOBLEND=0,
1993 LINEARBLEND=1,
1995} TBlendType;
TBlendType
Color interpolation options for palette.
@ NOBLEND
No interpolation between palette entries.
@ LINEARBLEND
Linear interpolation between palette entries, with wrap-around from end to the beginning again.
@ LINEARBLEND_NOWRAP
Linear interpolation between palette entries, but no wrap-around.