|
StipplePoly is a function which allows you to generate a "transparent" polygon which can then be displayed using Show. The function takes three required arguments, the center of the polygon, the circumscribe radius of the polygon, and the number of sides. The fourth argument is the color, which if not specified is a dark gray by default. Any of the standard color specifications, GrayLevel, RGBColor, CMYKColor or Hue, in Mathematica will work.
|
|