Declaration

func name(forColor colorIdx: UInt) -> String?

Declaration

- (NSString *) nameForColor:(NSUInteger) colorIdx;

Declaration

nameForColor_(colorIdx: int) -> str

Parameters

colorIdx

The index of the color.

Return Value

The name of the color, or nil if not found.