From a61f1db5439958916cfb7b15847aa6dfb82ade39 Mon Sep 17 00:00:00 2001 From: Kevin Gallahan Date: Sun, 22 Oct 2023 10:06:17 -0400 Subject: [PATCH 1/2] Update Channels XML comment Indicate that only color channels are returned --- src/Magick.NET/MagickImage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magick.NET/MagickImage.cs b/src/Magick.NET/MagickImage.cs index 03d1da1fd4..f1db8e57cb 100644 --- a/src/Magick.NET/MagickImage.cs +++ b/src/Magick.NET/MagickImage.cs @@ -427,7 +427,7 @@ public int ChannelCount => _nativeInstance.ChannelCount; /// - /// Gets the channels of the image. + /// Gets the color channels of the image. /// public IEnumerable Channels { From 1fb02b8caf5059d54cc83c4f4f42ea479283dc37 Mon Sep 17 00:00:00 2001 From: Kevin Gallahan Date: Mon, 23 Oct 2023 10:16:07 -0400 Subject: [PATCH 2/2] Update Channels xml doc --- src/Magick.NET/MagickImage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magick.NET/MagickImage.cs b/src/Magick.NET/MagickImage.cs index f1db8e57cb..b345607baa 100644 --- a/src/Magick.NET/MagickImage.cs +++ b/src/Magick.NET/MagickImage.cs @@ -427,7 +427,7 @@ public int ChannelCount => _nativeInstance.ChannelCount; /// - /// Gets the color channels of the image. + /// Gets the color and metadata channels of the image. /// public IEnumerable Channels {