Browse Source

👮

af/merge-core
Jason Nelson 8 years ago
parent
commit
4c15b00617
  1. 2
      src/ImageSharp/PixelFormats/Rgba32.cs

2
src/ImageSharp/PixelFormats/Rgba32.cs

@ -437,7 +437,7 @@ namespace SixLabors.ImageSharp.PixelFormats
/// <inheritdoc/>
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public override int GetHashCode() => Rgba.GetHashCode();
public override int GetHashCode() => this.Rgba.GetHashCode();
/// <summary>
/// Gets the <see cref="Vector4"/> representation without normalizing to [0, 1]

Loading…
Cancel
Save