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

◆ SampleMode

enum class fl::SampleMode
strong

Interpolation mode for sampling a 2D grid.

Enumerator
SAMPLE_NEAREST 

Nearest neighbor (fast, pixelated)

SAMPLE_BILINEAR 

Bilinear interpolation (smooth)

Definition at line 13 of file sample.h.

13 {
16};
@ SAMPLE_BILINEAR
Bilinear interpolation (smooth)
Definition sample.h:15
@ SAMPLE_NEAREST
Nearest neighbor (fast, pixelated)
Definition sample.h:14