In This Topic
Adds the color with the specified name.
Syntax
'Declaration
Public Overloads Sub Add( _
ByVal As System.Drawing.Color, _
ByVal As System.String _
)
public void Add(
System.Drawing.Color ,
System.string
)
Parameters
- color
- colorName
See Also