We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9e3cd8 commit 107e37eCopy full SHA for 107e37e
1 file changed
src/ImageSharp/PixelFormats/PixelImplementations/Rgb48.cs
@@ -8,7 +8,7 @@
8
namespace SixLabors.ImageSharp.PixelFormats;
9
10
/// <summary>
11
-/// 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.
12
/// <para>
13
/// Ranges from [0, 0, 0, 1] to [1, 1, 1, 1] in vector form.
14
/// </para>
0 commit comments