| ReplaceColor(IReadWriteBitmapData, Color32, Color32, IDitherer) | Replaces every oldColor occurrences to newColor in the specified bitmapData. |
| ReplaceColor(IReadWriteBitmapData, Color32, Color32, IDitherer, ParallelConfig) | Replaces every oldColor occurrences to newColor in the specified bitmapData. |
| ReplaceColor(IReadWriteBitmapData, IAsyncContext, Color32, Color32, IDitherer) | Replaces every oldColor occurrences to newColor in the specified bitmapData, using a context that may belong to a higher level, possibly asynchronous operation. |