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

◆ InterpolationMode

Interpolation mode for sampling the 2D grid.

Enumerator
NEAREST 

Nearest neighbor (fast, pixelated)

BILINEAR 

Bilinear interpolation (smooth)

Definition at line 39 of file fx2d_to_1d.h.

39 {
42 };
@ NEAREST
Nearest neighbor (fast, pixelated)
Definition fx2d_to_1d.h:40
@ BILINEAR
Bilinear interpolation (smooth)
Definition fx2d_to_1d.h:41
@ SAMPLE_BILINEAR
Bilinear interpolation (smooth)
Definition sample.h:15
@ SAMPLE_NEAREST
Nearest neighbor (fast, pixelated)
Definition sample.h:14