<Code Lib>
2023 Method
Changes 2
M

FabricationService.IsValidPaletteIndex

Description:
Validates the palette index.

public bool IsValidPaletteIndex(
	int paletteIndex
)

  • Int32
    paletteIndex
    The palette index to check.
Return Value bool True if larger or equal to 0 and less than PaletteCount.

Loading…