Browse Source

Heed to Stylecop

pull/648/head
Jason Nelson 8 years ago
parent
commit
8c120eb0a6
  1. 2
      src/ImageSharp/ColorSpaces/Conversion/Implementation/Rgb/RgbWorkingSpace.cs

2
src/ImageSharp/ColorSpaces/Conversion/Implementation/Rgb/RgbWorkingSpace.cs

@ -9,7 +9,7 @@ namespace SixLabors.ImageSharp.ColorSpaces.Conversion.Implementation.RgbColorSap
internal class RgbWorkingSpace : IRgbWorkingSpace internal class RgbWorkingSpace : IRgbWorkingSpace
{ {
/// <summary> /// <summary>
/// Initializes a new instance of the <see cref="RgbWorkingSpace"/> struct. /// Initializes a new instance of the <see cref="RgbWorkingSpace"/> class.
/// </summary> /// </summary>
/// <param name="referenceWhite">The reference white point.</param> /// <param name="referenceWhite">The reference white point.</param>
/// <param name="companding">The function pair for converting to <see cref="CieXyz"/> and back.</param> /// <param name="companding">The function pair for converting to <see cref="CieXyz"/> and back.</param>

Loading…
Cancel
Save