#include <NeoBufferProgmemMethod.h>
◆ ColorFeature
template<typename T_COLOR_FEATURE >
◆ ColorObject
template<typename T_COLOR_FEATURE >
◆ NeoBufferProgmemMethod()
template<typename T_COLOR_FEATURE >
◆ ClearTo()
template<typename T_COLOR_FEATURE >
◆ CopyPixels()
template<typename T_COLOR_FEATURE >
void NeoBufferProgmemMethod< T_COLOR_FEATURE >::CopyPixels |
( |
uint8_t * |
pPixelDest, |
|
|
const uint8_t * |
pPixelSrc, |
|
|
uint16_t |
count |
|
) |
| |
|
inline |
◆ GetPixelColor() [1/2]
template<typename T_COLOR_FEATURE >
T_COLOR_FEATURE::ColorObject NeoBufferProgmemMethod< T_COLOR_FEATURE >::GetPixelColor |
( |
int16_t |
x, |
|
|
int16_t |
y |
|
) |
| const |
|
inline |
◆ GetPixelColor() [2/2]
template<typename T_COLOR_FEATURE >
T_COLOR_FEATURE::ColorObject NeoBufferProgmemMethod< T_COLOR_FEATURE >::GetPixelColor |
( |
uint16_t |
indexPixel | ) |
const |
|
inline |
◆ Height()
template<typename T_COLOR_FEATURE >
◆ operator NeoBufferContext< T_COLOR_FEATURE >()
template<typename T_COLOR_FEATURE >
◆ PixelCount()
template<typename T_COLOR_FEATURE >
◆ Pixels()
template<typename T_COLOR_FEATURE >
◆ PixelSize()
template<typename T_COLOR_FEATURE >
◆ PixelsSize()
template<typename T_COLOR_FEATURE >
◆ SetPixelColor() [1/2]
template<typename T_COLOR_FEATURE >
void NeoBufferProgmemMethod< T_COLOR_FEATURE >::SetPixelColor |
( |
uint16_t |
indexPixel, |
|
|
typename T_COLOR_FEATURE::ColorObject |
color |
|
) |
| |
|
inline |
◆ SetPixelColor() [2/2]
template<typename T_COLOR_FEATURE >
void NeoBufferProgmemMethod< T_COLOR_FEATURE >::SetPixelColor |
( |
uint16_t |
x, |
|
|
uint16_t |
y, |
|
|
typename T_COLOR_FEATURE::ColorObject |
color |
|
) |
| |
|
inline |
◆ Width()
template<typename T_COLOR_FEATURE >