Set(Int32,Color,String) Method
In This Topic
Assigns the color and color name to the palette entry with the specified index.
Syntax
'Declaration
Public Overloads Sub Set( _
ByVal As System.Integer, _
ByVal As System.Drawing.Color, _
ByVal As System.String _
)
public void Set(
System.int ,
System.Drawing.Color ,
System.string
)
Parameters
- index
- color
- colorName
See Also