FastLED 3.9.15
Loading...
Searching...
No Matches
fl::PixelControllerVtable< PixelControllerT > Struct Template Reference

Detailed Description

template<typename PixelControllerT>
struct fl::PixelControllerVtable< PixelControllerT >

Definition at line 44 of file pixel_iterator.h.

#include <pixel_iterator.h>

Static Public Member Functions

static void advanceData (void *pixel_controller) FL_NOEXCEPT
 
static bool has (void *pixel_controller, int n) FL_NOEXCEPT
 
static void loadAndScaleRGB (void *pixel_controller, u8 *r_out, u8 *g_out, u8 *b_out) FL_NOEXCEPT
 
static void loadAndScaleRGBW (void *pixel_controller, Rgbw rgbw, u8 *b0_out, u8 *b1_out, u8 *b2_out, u8 *b3_out) FL_NOEXCEPT
 
static void loadAndScaleRGBWW (void *pixel_controller, Rgbww rgbww, u8 *b0_out, u8 *b1_out, u8 *b2_out, u8 *b3_out, u8 *b4_out) FL_NOEXCEPT
 
static int size (void *pixel_controller) FL_NOEXCEPT
 
static void stepDithering (void *pixel_controller) FL_NOEXCEPT
 

The documentation for this struct was generated from the following file: