|
|
@ -257,7 +257,7 @@ namespace SixLabors.ImageSharp.PixelFormats |
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
[MethodImpl(MethodImplOptions.AggressiveInlining)] |
|
|
[MethodImpl(MethodImplOptions.AggressiveInlining)] |
|
|
public override int GetHashCode() => this.PackedValue.GetHashCode();; |
|
|
public override int GetHashCode() => this.PackedValue.GetHashCode(); |
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
public override string ToString() |
|
|
public override string ToString() |
|
|
|