From 3b2558eac11dacf21b42b0fb0442ac58ff5265b1 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Fri, 16 Dec 2016 01:36:26 +1100 Subject: [PATCH] Cleanup --- src/ImageSharp/Colors/Colorspaces/CieXyz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ImageSharp/Colors/Colorspaces/CieXyz.cs b/src/ImageSharp/Colors/Colorspaces/CieXyz.cs index 8e9d5f7965..16d5cb8275 100644 --- a/src/ImageSharp/Colors/Colorspaces/CieXyz.cs +++ b/src/ImageSharp/Colors/Colorspaces/CieXyz.cs @@ -33,8 +33,8 @@ namespace ImageSharp /// /// Initializes a new instance of the struct. /// - /// The y luminance component. /// X is a mix (a linear combination) of cone response curves chosen to be nonnegative + /// The y luminance component. /// Z is quasi-equal to blue stimulation, or the S cone of the human eye. public CieXyz(float x, float y, float z) : this()