Next: Multi-line Text
Up: Stamp Text, Dates and
Previous: Font and Size
Contents
Index
The color argument allows the color of the text to be set. The following values are predefined (components range between 0 and 1):
Color |
R, G, B |
white |
1, 1, 1 |
black |
0, 0, 0 |
red |
1, 0, 0 |
green |
0, 1, 0 |
blue |
0, 0, 1 |
The function Rgb(r, g, b)
can be used to build a color from red, green and blue components.
root
2008-12-01