Constructs a new palette set with the given name and tool ID.
Public Sub New(
name As string,
toolID As Guid
)
public PaletteSet(
string name,
Guid toolID
);
| Parameters | Description |
|---|---|
| string name | Input name of palette set |
| Guid toolID | Input ID of tool GUID |