RGB elements
- Last UpdatedJul 26, 2024
- 1 minute read
You use RGB values to specify a color. The values assigned to RGB elements range from 0 to 255. When an element is missing, a default is used. The default depends on the window object.
Examples:
<FillColor>
<R>192</R>
<G>192</G>
<B>192</B>
</FillColor>
<TextColor> <R>0</R><G>0</G><B>0</B> </TextColor>