|
|
@ -16,7 +16,7 @@ namespace SixLabors.ImageSharp.ColorSpaces |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Represents a <see cref="Cmyk"/> that has C, M, Y, and K values set to zero.
|
|
|
/// Represents a <see cref="Cmyk"/> that has C, M, Y, and K values set to zero.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public static readonly Cmyk Empty = default(Cmyk); |
|
|
public static readonly Cmyk Empty = default; |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// The backing vector for SIMD support.
|
|
|
/// The backing vector for SIMD support.
|
|
|
|