Browse Source

Formatting

af/merge-core
James Jackson-South 8 years ago
parent
commit
6fea9050fd
  1. 2
      src/ImageSharp/PixelFormats/Argb32.cs

2
src/ImageSharp/PixelFormats/Argb32.cs

@ -237,7 +237,7 @@ namespace SixLabors.ImageSharp.PixelFormats
/// <inheritdoc /> /// <inheritdoc />
public PixelOperations<Argb32> CreatePixelOperations() => new PixelOperations<Argb32>(); public PixelOperations<Argb32> CreatePixelOperations() => new PixelOperations<Argb32>();
/// <inheritdoc/> /// <inheritdoc/>
[MethodImpl(MethodImplOptions.AggressiveInlining)] [MethodImpl(MethodImplOptions.AggressiveInlining)]
public void PackFromScaledVector4(Vector4 vector) public void PackFromScaledVector4(Vector4 vector)
{ {

Loading…
Cancel
Save