Skip to content

Commit 107e37e

Browse files
authored
Update Rgb48.cs
1 parent b9e3cd8 commit 107e37e

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)