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 a89deeb commit 91a18cbCopy full SHA for 91a18cb
src/Magick.NET.Core/IMagickImage.cs
@@ -200,7 +200,6 @@ public partial interface IMagickImage : IDisposable
200
/// <summary>
201
/// Gets the gamma level of the image.
202
/// </summary>
203
- /// <exception cref="MagickException">Thrown when an error is raised by ImageMagick.</exception>
204
double Gamma { get; }
205
206
src/Magick.NET/MagickImage.cs
@@ -730,7 +730,6 @@ public IMagickFormatInfo? FormatInfo
730
731
732
733
734
public double Gamma
735
=> _nativeInstance.Gamma;
736
0 commit comments