Browse Source

Fixed XML docs for RgbaVector pixel type (#992)

af/merge-core
Sergio Pedri 7 years ago
committed by Anton Firsov
parent
commit
65075e3199
  1. 2
      src/ImageSharp/PixelFormats/PixelImplementations/RgbaVector.cs

2
src/ImageSharp/PixelFormats/PixelImplementations/RgbaVector.cs

@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
namespace SixLabors.ImageSharp.PixelFormats
{
/// <summary>
/// Unpacked pixel type containing four 16-bit floating-point values typically ranging from 0 to 1.
/// Unpacked pixel type containing four 32-bit floating-point values typically ranging from 0 to 1.
/// The color components are stored in red, green, blue, and alpha order.
/// <para>
/// Ranges from [0, 0, 0, 0] to [1, 1, 1, 1] in vector form.

Loading…
Cancel
Save