TouchGFX + 0/3 examples
CodeScope will show references to touchgfx::AbstractPainterRGB565::renderNext() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::AbstractPainterRGB565::renderNext()

touchgfx::AbstractPainterRGB565::renderNext() method

@fn virtual bool AbstractPainterRGB565::renderNext(uint8_t& red, uint8_t& green, uint8_t& blue, uint8_t& alpha) = 0; Get the color of the next pixel in the scan line. Get the color of the next pixel in the scan line.

Syntax

virtual bool renderNext(uint8_t& red,     uint8_t& green,     uint8_t& blue,     uint8_t& alpha) = 0;

Arguments

red

green

blue

alpha

Return value

true if the pixel should be painted, false otherwise.

Examples

touchgfx::AbstractPainterRGB565::renderNext() is referenced by 3 libraries and example projects.

References

LocationReferrerScopeText
AbstractPainterRGB565.hpp:125
virtual bool renderNext(uint8_t& red, uint8_t& green, uint8_t& blue, uint8_t& alpha) = 0;
PainterRGB565.hpp:101touchgfx::PainterRGB565::renderNext()touchgfx::PainterRGB565
virtual bool renderNext(uint8_t& red, uint8_t& green, uint8_t& blue, uint8_t& alpha);
PainterRGB565Bitmap.hpp:96touchgfx::PainterRGB565Bitmap::renderNext()touchgfx::PainterRGB565Bitmap
virtual bool renderNext(uint8_t& red, uint8_t& green, uint8_t& blue, uint8_t& alpha);

Override Tree

Overridden methods
touchgfx::AbstractPainterRGB565::renderNext()