|
|
@ -140,7 +140,7 @@ namespace SixLabors.ImageSharp.PixelFormats |
|
|
public bool Equals(Gray8 other) => this.PackedValue.Equals(other.PackedValue); |
|
|
public bool Equals(Gray8 other) => this.PackedValue.Equals(other.PackedValue); |
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
public override string ToString() => $"Gray8({this.PackedValue}"; |
|
|
public override string ToString() => $"Gray8({this.PackedValue})"; |
|
|
|
|
|
|
|
|
/// <inheritdoc />
|
|
|
/// <inheritdoc />
|
|
|
[MethodImpl(InliningOptions.ShortMethod)] |
|
|
[MethodImpl(InliningOptions.ShortMethod)] |
|
|
|