@ -22,7 +22,7 @@ namespace ImageSharp.Colors.Spaces
/// <summary>
/// The backing vector for SIMD support.
/// </summary>
private Vector4 backingVector;
private readonly Vector4 backingVector;
/// Initializes a new instance of the <see cref="Bgra32"/> struct.
@ -28,7 +28,7 @@ namespace ImageSharp.Colors.Spaces
private Vector3 backingVector;
private readonly Vector3 backingVector;
/// Initializes a new instance of the <see cref="CieLab"/> struct.
/// Initializes a new instance of the <see cref="CieXyz"/> struct.
@ -27,7 +27,7 @@ namespace ImageSharp.Colors.Spaces
/// Initializes a new instance of the <see cref="Cmyk"/> struct.
/// Initializes a new instance of the <see cref="Hsl"/> struct.
/// Initializes a new instance of the <see cref="Hsv"/> struct.
@ -23,7 +23,7 @@ namespace ImageSharp.Colors.Spaces
/// Initializes a new instance of the <see cref="YCbCr"/> struct.