|
|
@ -6,7 +6,7 @@ namespace SixLabors.ImageSharp.ColorSpaces.Conversion.Implementation.RgbColorSap |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Trivial implementation of <see cref="IRgbWorkingSpace"/>
|
|
|
/// Trivial implementation of <see cref="IRgbWorkingSpace"/>
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
internal readonly struct 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"/> struct.
|
|
|
|