Skip to content

Commit 14f9127

Browse files
Merge branch 'main' into js/gif-fixes
2 parents b126b77 + b11f4db commit 14f9127

File tree

1 file changed

+1
-1
lines changed
  • src/ImageSharp/PixelFormats/PixelImplementations

1 file changed

+1
-1
lines changed

src/ImageSharp/PixelFormats/PixelImplementations/Rgb48.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
namespace SixLabors.ImageSharp.PixelFormats;
99

1010
/// <summary>
11-
/// Packed pixel type containing three 16-bit unsigned normalized values ranging from 0 to 635535.
11+
/// Packed pixel type containing three 16-bit unsigned normalized values ranging from 0 to 65535.
1212
/// <para>
1313
/// Ranges from [0, 0, 0, 1] to [1, 1, 1, 1] in vector form.
1414
/// </para>

0 commit comments

Comments
 (0)