![]() |
![]() |
||||||
|
|||||||
For any attribute type that expects a color specification, you may specify a color value using a color name from either of the following charts:
Try the following example in eNode Sandbox to see the actual colors for your run-time environment. For an explanation of this example, see the documentation for table. In addition to specifying colors by name, you may specify colors using numeric RGB values. Numeric color specifications must start with a single hash mark #, followed by pairs of hexadecimal digits for each of the red, green and blue channels. Thus, the value #FF0000 is equivalent to red, the value #000000 is equivalent to black, and the value #FFFFFF is equivalent to white. If the hash mark is followed by four pairs of hexadecimal digits instead of three, the first pair is treated as the alpha channel value, where 00 indicates complete transparency, and FF indicates complete opacity. By changing the alpha channel value, varying degrees of translucency can be achieved. |
|||||||
|
Copyright © 2002 eNode, Inc. All Rights Reserved. |