add_color
Description:
public void add_color (
string? id,
uint r,
uint g,
uint b)
dump Color r.
g.b to an attribute named id or as the nodes content
Parameters:
| this |
XMLOut
|
| id |
tag id, or null for node content
|
| r |
Red value
|
| g |
Green value
|
| b |
Blue value
|