#include <NeoAbcdefgpsSegmentFeature.h>
|
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) |
|
◆ applyPixelColor()
static void NeoAbcdefgpsSegmentFeature::applyPixelColor |
( |
uint8_t * |
pPixels, |
|
|
uint16_t |
indexPixel, |
|
|
ColorObject |
color |
|
) |
| |
|
inlinestatic |
◆ retrievePixelColor()
static ColorObject NeoAbcdefgpsSegmentFeature::retrievePixelColor |
( |
const uint8_t * |
pPixels, |
|
|
uint16_t |
indexPixel |
|
) |
| |
|
inlinestatic |
◆ retrievePixelColor_P()
static ColorObject NeoAbcdefgpsSegmentFeature::retrievePixelColor_P |
( |
PGM_VOID_P |
pPixels, |
|
|
uint16_t |
indexPixel |
|
) |
| |
|
inlinestatic |