attr_background_new
Description:
public unowned Attribute attr_background_new (
uint color,
uint start_index,
uint end_index)
Creates a new background Attribute.
Parameters:
| color |
Color in RGB.
|
| start_index |
Where attribute starts.
|
| end_index |
Where attribute ends.
|
Returns:
|
A newly allocated Attribute.
|