Package ilcd
Class Attribute

Public Method setBorderColor

static void setBorderColor(int colorValue)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Parameter Range Description
colorValue 0x000000 ... 0xFFFFFF color value for the borders

Sets the color for borders.

Note

Example

Attribute.setBorderColor(0xFFFF00);

This example will set the border color to yellow.

See also:

24-Bit Color Values
Attribute.setBorderShadowColor(int)
Attribute.setBackgroundColor(int)
Draw.drawRectangle(int, int, int)