Browse Source
Merge pull request #2463 from n0099/main
fix a typo in XML comment for struct `Rgb48`
pull/2464/head
James Jackson-South
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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>
|
|
|
|
|