Color Table

<< Click to Display Table of Contents >>

Navigation:  Programming Techniques > RTF - Rich Text Format > RTF Properties processed by VPE >

Color Table

Previous pageReturn to chapter overviewNext page

Keyword

Description

\colortbl

Declares color table; may only occur once at the beginning of the document

\red <num>

Red value

\green <num>

Green value

\blue <num>

Blue value

 

Remark: <num> is a value between 0 - 255

Example:

{\colortbl; \red0\green0\blue255; \red128\green0;\blue128}