Instance Method
name(forColor:)nameForColor:nameForColor_
Returns the name for the specified color index.
Declaration
func name(forColor colorIdx: UInt) -> String?Declaration
- (NSString *) nameForColor:(NSUInteger) colorIdx;Declaration
nameForColor_(colorIdx: int) -> strParameters
colorIdxThe index of the color.
Return Value
The name of the color, or nil if not found.