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.
2 parents b126b77 + b11f4db commit 14f9127Copy full SHA for 14f9127
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