|
|
@ -287,7 +287,7 @@ namespace SixLabors.ImageSharp.PixelFormats |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Packs the <see cref="ushort" /> into a byte.
|
|
|
/// Packs the <see cref="ushort" /> into a byte.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <returns></returns>
|
|
|
/// <returns>The <see cref="byte" />.</returns>
|
|
|
[MethodImpl(MethodImplOptions.AggressiveInlining)] |
|
|
[MethodImpl(MethodImplOptions.AggressiveInlining)] |
|
|
private byte PackedAsByte() |
|
|
private byte PackedAsByte() |
|
|
{ |
|
|
{ |
|
|
|