Browse Source

Update Rgb48.cs

pull/2463/head
n0099 3 years ago
committed by GitHub
parent
commit
107e37eaae
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/ImageSharp/PixelFormats/PixelImplementations/Rgb48.cs

2
src/ImageSharp/PixelFormats/PixelImplementations/Rgb48.cs

@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
namespace SixLabors.ImageSharp.PixelFormats;
/// <summary>
/// Packed pixel type containing three 16-bit unsigned normalized values ranging from 0 to 635535.
/// Packed pixel type containing three 16-bit unsigned normalized values ranging from 0 to 65535.
/// <para>
/// Ranges from [0, 0, 0, 1] to [1, 1, 1, 1] in vector form.
/// </para>

Loading…
Cancel
Save