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