@ -23,7 +23,7 @@ namespace SixLabors.ImageSharp.ColorSpaces
/// <summary>
/// Represents a <see cref="CieLch"/> that has L, C, H values set to zero.
/// </summary>
public static readonly CieLch Empty = default(CieLch);
public static readonly CieLch Empty = default;
/// The backing vector for SIMD support.
/// Represents a <see cref="CieLchuv"/> that has L, C, H values set to zero.
public static readonly CieLchuv Empty = default(CieLchuv);
public static readonly CieLchuv Empty = default;
@ -25,7 +25,7 @@ namespace SixLabors.ImageSharp.ColorSpaces
/// Represents a <see cref="CieLuv"/> that has L, U, and V values set to zero.
public static readonly CieLuv Empty = default(CieLuv);
public static readonly CieLuv Empty = default;
@ -17,7 +17,7 @@ namespace SixLabors.ImageSharp.ColorSpaces
/// Represents a <see cref="CieXyChromaticityCoordinates"/> that has X, Y values set to zero.
public static readonly CieXyChromaticityCoordinates Empty = default(CieXyChromaticityCoordinates);
public static readonly CieXyChromaticityCoordinates Empty = default;
/// Represents a <see cref="CieXyy"/> that has X, Y, and Y values set to zero.
public static readonly CieXyy Empty = default(CieXyy);
public static readonly CieXyy Empty = default;
/// Represents a <see cref="CieXyz"/> that has X, Y, and Z values set to zero.
public static readonly CieXyz Empty = default(CieXyz);
public static readonly CieXyz Empty = default;
@ -16,7 +16,7 @@ namespace SixLabors.ImageSharp.ColorSpaces
/// Represents a <see cref="Cmyk"/> that has C, M, Y, and K values set to zero.
public static readonly Cmyk Empty = default(Cmyk);
public static readonly Cmyk Empty = default;
/// Represents a <see cref="Hsl"/> that has H, S, and L values set to zero.
public static readonly Hsl Empty = default(Hsl);
public static readonly Hsl Empty = default;
/// Max range used for clamping
@ -18,7 +18,7 @@ namespace SixLabors.ImageSharp.ColorSpaces
/// Represents a <see cref="Hsv"/> that has H, S, and V values set to zero.
public static readonly Hsv Empty = default(Hsv);
public static readonly Hsv Empty = default;
/// Represents a <see cref="HunterLab"/> that has L, A, B values set to zero.
public static readonly HunterLab Empty = default(HunterLab);
public static readonly HunterLab Empty = default;
/// Represents a <see cref="LinearRgb"/> that has R, G, and B values set to zero.
public static readonly LinearRgb Empty = default(LinearRgb);
public static readonly LinearRgb Empty = default;
/// The default LinearRgb working space
/// Represents a <see cref="Lms"/> that has L, M, and S values set to zero.
public static readonly Lms Empty = default(Lms);
public static readonly Lms Empty = default;
/// Represents a <see cref="Rgb"/> that has R, G, and B values set to zero.
public static readonly Rgb Empty = default(Rgb);
public static readonly Rgb Empty = default;
/// The default rgb working space
/// Represents a <see cref="YCbCr"/> that has Y, Cb, and Cr values set to zero.
public static readonly YCbCr Empty = default(YCbCr);
public static readonly YCbCr Empty = default;
/// Vector which is used in clamping to the max value