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