| Calling Sequence
| Color(colcode,doc1,...)
|
| Parameters
| | Name | Type | Description |
|
| colcode
| string | a color name or its hex RGB values |
|
| Return Type
| Color |
| Methods
| HTMLC, LaTeXC, string |
| Synopsis
| The Color data structure holds document parts that
are to be displayed in that color. The number of arguments is variable. |
| Examples
| > Color( red, 'Your balance is negative' );
Color(red,Your balance is negative)
|
| See also
| Code, Copyright, Document, HTML, HyperLink, Indent, LastUpdatedBy, latex, List, Paragraph, PostscriptFigure, print, RGB_string, Roman, RunDarwinSession, screenwidth, string_RGB, Table, TT, View |