Declaration

func setName(_ name: String, forColor colorIdx: UInt)

Declaration

- (void) setName:(NSString *) name forColor:(NSUInteger) colorIdx;

Declaration

setName_forColor_(name: str, colorIdx: int)

Parameters

name

The new name.

colorIdx

The index of the color.