vxml-color
By: Tim - August 19 2006 10:54 AM
The color tag belongs in the colors section tag. The purpose is to define a color for use in text in the body.
Properties:
id - The defined ID you set to later call in body elements.
hex - an HTML hex color
OR
r - Red value of RGB color (0-255)
g - Green value of RGB color (0-255)
b - Blue value of RGB color (0-255)
Examples:
<color id='white' hex='#FFFFFF' />
<color id='darkred' r='99' g='0' b='0' />
« Back to vXML Home