FabricationService.GetPaletteName
Method
Description:
Gets the name of a palette based on palette index.
Gets the name of a palette based on palette index.
Parameters
| Parameter | Type | Description |
|---|---|---|
| palette | Int32 | The index of the palette. |
Return Value
| Type | Description |
|---|---|
| String | The name of the palette. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index palette is not larger or equal to 0 and less than PaletteCount. |