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 f2a0054 commit bb92904Copy full SHA for bb92904
src/ImageSharp.Textures/PixelFormats/Ayuv.cs
@@ -56,6 +56,7 @@ public override readonly string ToString()
56
/// <inheritdoc/>
57
public void FromBgra32(Bgra32 source) => throw new NotImplementedException();
58
59
+ /// <inheritdoc/>
60
public void FromAbgr32(Abgr32 source) => throw new NotImplementedException();
61
62
0 commit comments