Browse Source

Fix wrong comment for ICCProfile

pull/2306/head
Stefan Nikolei 3 years ago
parent
commit
684b4b0c00
  1. 2
      src/ImageSharp/Metadata/ImageFrameMetadata.cs
  2. 2
      src/ImageSharp/Metadata/ImageMetadata.cs

2
src/ImageSharp/Metadata/ImageFrameMetadata.cs

@ -57,7 +57,7 @@ public sealed class ImageFrameMetadata : IDeepCloneable<ImageFrameMetadata>
public XmpProfile XmpProfile { get; set; }
/// <summary>
/// Gets or sets the list of ICC profiles.
/// Gets or sets the ICC profile.
/// </summary>
public IccProfile IccProfile { get; set; }

2
src/ImageSharp/Metadata/ImageMetadata.cs

@ -145,7 +145,7 @@ public sealed class ImageMetadata : IDeepCloneable<ImageMetadata>
public XmpProfile XmpProfile { get; set; }
/// <summary>
/// Gets or sets the list of ICC profiles.
/// Gets or sets the ICC profile.
/// </summary>
public IccProfile IccProfile { get; set; }

Loading…
Cancel
Save