Package ilcd
Class Attribute

Public Method setFillingColor

static void setFillingColor(int colorValue)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
colorValue 0x000000 ... 0xFFFFFF color value for solid color filling

Sets the active fill pattern to the solid color colorValue. All subsequent filling will be done with this color.

Note

Example

Attribute.setFillingColor(0x00FF00);

All future filling will be done with the solid color green.

See also:

24-Bit Color Values
Draw.fillDisplay()
Draw.fillDisplayArea(int, int)
Attribute.setFillingGradient(int, int, int, int)
Attribute.setFillingTile(int)
Draw.drawRectangle(int, int, int)
Draw.drawStyledCircle(int, int)