|
|
@ -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).
|
|
|
|