PainterVerticalAlpha::setColor() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXPainterVerticalAlpha::setColor()

PainterVerticalAlpha::setColor() method

@fn void PainterVerticalAlpha::setColor(colortype color, int alphaZeroAt); 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,     int alphaZeroAt);
Implemented in PainterVerticalAlpha.cpp:28

Arguments

color

The color.

alphaZeroAt

The y coordinate where alpha has faded to 0.

Call Tree

Functions calling PainterVerticalAlpha::setColor()
Functions called by PainterVerticalAlpha::setColor()
PainterVerticalAlpha::setColor()
Data read by PainterVerticalAlpha::setColor()
Data written by PainterVerticalAlpha::setColor()
PainterVerticalAlpha::setColor()