Instance Method
setName(_:forColor:) setName:forColor: setName_forColor_
Sets the name for the specified color index.
Declaration
func setName(_ name: String, forColor colorIdx: UInt)Declaration
- (void) setName:(NSString *) name forColor:(NSUInteger) colorIdx;Declaration
setName_forColor_(name: str, colorIdx: int)Parameters
nameThe new name.
colorIdxThe index of the color.