Browse Source

Make PngBitDepth a byte

af/merge-core
Jason Nelson 8 years ago
parent
commit
1dd2996472
  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> /// <summary>
/// Provides enumeration for the available PNG bit depths. /// Provides enumeration for the available PNG bit depths.
/// </summary> /// </summary>
public enum PngBitDepth public enum PngBitDepth : byte
{ {
/// <summary> /// <summary>
/// 1 bit per sample or per palette index (not per pixel). /// 1 bit per sample or per palette index (not per pixel).

Loading…
Cancel
Save