|
|
@ -11,6 +11,7 @@ namespace ImageSharp.PixelFormats |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Unpacked pixel type containing four 16-bit floating-point values typically ranging from 0 to 1.
|
|
|
/// Unpacked pixel type containing four 16-bit floating-point values typically ranging from 0 to 1.
|
|
|
/// The color components are stored in red, green, blue, and alpha order.
|
|
|
/// The color components are stored in red, green, blue, and alpha order.
|
|
|
|
|
|
/// Ranges from <0, 0, 0, 0> to <1, 1, 1, 1> in vector form.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <remarks>
|
|
|
/// <remarks>
|
|
|
/// This struct is fully mutable. This is done (against the guidelines) for the sake of performance,
|
|
|
/// This struct is fully mutable. This is done (against the guidelines) for the sake of performance,
|
|
|
|