Instance Method
name(forPalette:)nameForPalette:nameForPalette_
Returns the name for the specified palette index.
Declaration
func name(forPalette paletteIdx: UInt) -> String?Declaration
- (NSString *) nameForPalette:(NSUInteger) paletteIdx;Declaration
nameForPalette_(paletteIdx: int) -> strParameters
paletteIdxThe index of the palette.
Return Value
The name of the palette, or nil if not found.