Instance Method
setName(_:forPalette:) setName:forPalette: setName_forPalette_
Sets the name for the specified palette index.
Declaration
func setName(_ name: String?, forPalette paletteIdx: UInt)Declaration
- (void) setName:(NSString *) name forPalette:(NSUInteger) paletteIdx;Declaration
setName_forPalette_(name: str, paletteIdx: int)Parameters
nameThe new name.
paletteIdxThe index of the palette.