# # #[return] #
#color.wrl
#Library of Colors
# Fabiana, March 97

# this library is at ~/public_html/tut-vrml/examples/color.wrl
# it can be referenced in a program as follows : 
#  (for the color yellow)
#EXTERNPROTO Cor1 [] "http://.../public_html/tut-vrml/examples/color.wrl#Yellow"


#VRML V2.0 utf8

PROTO Yellow[] {Material {diffuseColor 1.0 1.0 0.}}
PROTO Gray [ ] {Material {diffuseColor 0.752941 0.752941 0.752941}}