I get a "Constant Expression required" exception when running this Sub Procedure;
Public Sub SolidFill(Optional SolidColor As Color = Color.Black)
....
End Sub
However, this happens only when using Color
Types.
What do I need to do to prevent this exception from being thrown?