Browse Source

Make PngBitDepth a byte

pull/717/head
Jason Nelson 8 years ago
parent
commit
07db5ae0b2
  1. 2
      src/ImageSharp/Formats/Png/PngBitDepth.cs

2
src/ImageSharp/Formats/Png/PngBitDepth.cs

@ -7,7 +7,7 @@ namespace SixLabors.ImageSharp.Formats.Png
/// <summary>
/// Provides enumeration for the available PNG bit depths.
/// </summary>
public enum PngBitDepth
public enum PngBitDepth : byte
{
/// <summary>
/// 1 bit per sample or per palette index (not per pixel).

Loading…
Cancel
Save