Instance Method
removeColor(at:)removeColorAtIndex:removeColorAtIndex_
Removes the color at the specified index.
Declaration
func removeColor(at colorIdx: UInt)Declaration
- (void) removeColorAtIndex:(NSUInteger) colorIdx;Declaration
removeColorAtIndex_(colorIdx: int)Parameters
colorIdxThe index of the color to remove.