Instance Method
removeColors(at:)removeColorsAtIndexes:removeColorsAtIndexes_
Removes the colors at the specified indexes.
Declaration
func removeColors(at colorIndexes: IndexSet)Declaration
- (void) removeColorsAtIndexes:(NSIndexSet *) colorIndexes;Declaration
removeColorsAtIndexes_(colorIndexes: NSIndexSet)Parameters
colorIndexesThe indexes of the colors to remove.