Browse Source

Update src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs

Co-authored-by: Brian Popow <38701097+brianpopow@users.noreply.github.com>
pull/1672/head
James Jackson-South 5 years ago
committed by GitHub
parent
commit
d96f26a6a9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs

2
src/ImageSharp/Processing/Processors/Quantization/EuclideanPixelMap{TPixel}.cs

@ -194,7 +194,7 @@ namespace SixLabors.ImageSharp.Processing.Processors.Quantization
}
/// <summary>
/// Clears the cahe resetting each entry to empty.
/// Clears the cache resetting each entry to empty.
/// </summary>
[MethodImpl(InliningOptions.ShortMethod)]
public void Clear() => this.table.GetSpan().Fill(-1);

Loading…
Cancel
Save