That's the error I get for this sig:

VB Code:
  1. Public Sub DrawSphere(ByVal e As System.Windows.Forms.PaintEventArgs, _
  2.                             ByVal X As Integer, _
  3.                             ByVal Y As Integer, _
  4.                             ByVal Width As Integer, _
  5.                             ByVal Height As Integer, _
  6.                             Optional ByVal Outline As Color = Color.DimGray, _
  7.                             Optional ByVal ColorA As Color = Color.Black, _
  8.                             Optional ByVal ColorB As Color = Color.Gray)
It's pointing to Color (in As Color = whatever). The weird thing is that I have not created a structure called Color. Any help?