#include <NeoRgbFeatures.h>
Additional Inherited Members | |
![]() | |
typedef T_COLOR_OBJECT | ColorObject |
![]() | |
typedef NeoNoSettings | SettingsObject |
![]() | |
static void | applyPixelColor (uint8_t *pPixels, uint16_t indexPixel, ColorObject color) |
static ColorObject | retrievePixelColor (const uint8_t *pPixels, uint16_t indexPixel) |
static ColorObject | retrievePixelColor_P (PGM_VOID_P pPixels, uint16_t indexPixel) |
![]() | |
static void | movePixelsInc_P (uint8_t *pPixelDest, PGM_VOID_P pPixelSrc, uint16_t count) |
![]() | |
static uint8_t * | getPixelAddress (uint8_t *pPixels, uint16_t indexPixel) |
static const uint8_t * | getPixelAddress (const uint8_t *pPixels, uint16_t indexPixel) |
static void | replicatePixel (uint8_t *pPixelDest, const uint8_t *pPixelSrc, uint16_t count) |
static void | movePixelsInc (uint8_t *pPixelDest, const uint8_t *pPixelSrc, uint16_t count) |
static void | movePixelsDec (uint8_t *pPixelDest, const uint8_t *pPixelSrc, uint16_t count) |
![]() | |
static void | applySettings ([[maybe_unused]] uint8_t *pData, [[maybe_unused]] size_t sizeData, [[maybe_unused]] const SettingsObject &settings) |
static uint8_t * | pixels ([[maybe_unused]] uint8_t *pData, [[maybe_unused]] size_t sizeData) |
static const uint8_t * | pixels ([[maybe_unused]] const uint8_t *pData, [[maybe_unused]] size_t sizeData) |
![]() | |
static const size_t | PixelSize = V_PIXEL_SIZE |
![]() | |
static const size_t | SettingsSize = 0 |