Instance Method
displayName(forPalette:)displayNameForPalette:displayNameForPalette_
Returns the display name for the specified palette index.
Declaration
func displayName(forPalette paletteIdx: UInt) -> StringDeclaration
- (NSString *) displayNameForPalette:(NSUInteger) paletteIdx;Declaration
displayNameForPalette_(paletteIdx: int) -> strParameters
paletteIdxThe index of the palette.
Return Value
The display name of the palette.