Skip to content

Commit 91a18cb

Browse files
authored
doc: IMagickImage gamma does not throw exception (#1540)
1 parent a89deeb commit 91a18cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Magick.NET.Core/IMagickImage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ public partial interface IMagickImage : IDisposable
200200
/// <summary>
201201
/// Gets the gamma level of the image.
202202
/// </summary>
203-
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
204203
double Gamma { get; }
205204

206205
/// <summary>

src/Magick.NET/MagickImage.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,6 @@ public IMagickFormatInfo? FormatInfo
730730
/// <summary>
731731
/// Gets the gamma level of the image.
732732
/// </summary>
733-
/// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
734733
public double Gamma
735734
=> _nativeInstance.Gamma;
736735

0 commit comments

Comments
 (0)