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

touchgfx::PainterRGB565::setColor() method

@fn void PainterRGB565::setColor(colortype color, uint8_t alpha = 255); Sets color and alpha to use when drawing the CanvasWidget. Sets color and alpha to use when drawing the CanvasWidget.

Syntax

void setColor(colortype color,     uint8_t alpha = 255);

Arguments

color

The color.

alpha

The alpha.

Examples

touchgfx::PainterRGB565::setColor() is referenced by 3 libraries and example projects.

References

LocationText
PainterRGB565.hpp:61
void setColor(colortype color, uint8_t alpha = 255);