We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1069a6d commit eb5c6a7Copy full SHA for eb5c6a7
src/ImageSharp/Formats/Qoi/QoiMetadata.cs
@@ -19,7 +19,7 @@ public QoiMetadata()
19
/// Initializes a new instance of the <see cref="QoiMetadata"/> class.
20
/// </summary>
21
/// <param name="other">The metadata to create an instance from.</param>
22
- public QoiMetadata(QoiMetadata other)
+ private QoiMetadata(QoiMetadata other)
23
{
24
this.Channels = other.Channels;
25
this.ColorSpace = other.ColorSpace;
0 commit comments