DefaultColor.
JavaView Snapshot | Mathematica Snapshot |
JavaView Applet | JavaView Lite Applet |
DefaultColor is an option for graphics functions which specifies the default color to use for lines, points, etc. | In[1]:=
dc = Graphics3D[Stellate[Dodecahedron[]], DefaultColor -> RGBColor[1, 0, 0]]; Show[dc] In[2]:= JavaView[dc] |