This file is indexed.

/usr/share/doc/viewmol/html/node20.html is in viewmol 2.4.1-24+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--****************************************************************************
*                                                                              *
*                                   Viewmol                                    *
*                                                                              *
*                            N O D E 2 0 . H T M L                             *
*                                                                              *
*                    Copyright (c) Joerg-R. Hill, October 2003                 *
*                                                                              *
********************************************************************************
*-->
<html>
<head>
<title>10.2 The element module</title>
<META NAME="description" CONTENT="10.2 The element module">
<META NAME="keywords" CONTENT="viewmol">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="STYLESHEET" href="viewmol.css">
<link rel="first" href="viewmol.html">

</head>
<body>
<H2><A NAME="SECTION0001020000000000000000">
10.2 The <TT>element</TT> module</A>
</H2>
<dl><dt><b><a name="l2h-9"><tt class="function">getSymbol</tt></a></b>()
<dd>
Returns the element symbol for an element.
</dl>
<dl><dt><b><a name="l2h-10"><tt class="function">darkColor</tt></a></b>(<big>[</big><var>red, green, blue</var><big>]</big>)
<dd>
Sets or returns the red, green, and blue values for the darkest part of an atom
of an element. If <var>red</var>, <var>green</var>, and <var>blue</var> are given they have to
be floats between 0.0 and 1.0. If the color is queried, it is returned as a tupel
of red, green, and blue values.
</dl>
<dl><dt><b><a name="l2h-11"><tt class="function">lightColor</tt></a></b>(<big>[</big><var>red, green, blue</var><big>]</big>)
<dd>
Sets or returns the red, green, and blue values for the lightest part of an atom
of an element. If <var>red</var>, <var>green</var>, and <var>blue</var> are given they have to
be floats between 0.0 and 1.0. If the color is queried, it is returned as a tupel
of red, green, and blue values.
</dl>
<dl><dt><b><a name="l2h-12"><tt class="function">emissionColor</tt></a></b>(<big>[</big><var>red, green, blue</var><big>]</big>)
<dd>
Sets or returns the red, green, and blue values of the color an atom of an element
emits. If <var>red</var>, <var>green</var>, and <var>blue</var> are given they have to be floats
between 0.0 and 1.0. If the color is queried, it is returned as a tupel of red,
green, and blue values.
</dl>
<dl><dt><b><a name="l2h-13"><tt class="function">ambientColor</tt></a></b>(<big>[</big><var>red, green, blue</var><big>]</big>)
<dd>
Sets or returns the red, green, and blue values of the ambient color of an atom
of an element. If <var>red</var>, <var>green</var>, and <var>blue</var> are given they have to
be floats between 0.0 and 1.0. If the color is queried, it is returned as a tupel
of red, green, and blue values.
</dl>
<dl><dt><b><a name="l2h-14"><tt class="function">specularColor</tt></a></b>(<big>[</big><var>red, green, blue</var><big>]</big>)
<dd>
Sets or returns the red, green, and blue values of the specular color of an atom
of an element. If <var>red</var>, <var>green</var>, and <var>blue</var> are given they have to
be floats between 0.0 and 1.0. If the color is queried, it is returned as a tupel
of red, green, and blue values.
</dl>
<dl><dt><b><a name="l2h-15"><tt class="function">shininess</tt></a></b>(<big>[</big><var>shininess</var><big>]</big>)
<dd>
Sets or returns the shininess of an atom of an element. If <var>shininess</var> is
given it has to be a float between 0.0 and 128.0.
</dl>
<dl><dt><b><a name="l2h-16"><tt class="function">transperancy</tt></a></b>(<big>[</big><var>transperancy</var><big>]</big>)
<dd>
Sets or returns the transperancy of an atom of an element. If <var>transperancy</var>
is given it has to be a float between 0.0 and 1.0.
</dl>

<P>

<p><hr>
<ADDRESS>
<a href="mailto:joehill@users.sourceforge.net"><i>J&ouml;rg-R&uuml;diger Hill</i></a> Fri Oct 31 14:19:21 CET 2003
</ADDRESS>
</BODY>
</HTML>