namespace Uwaa.PNG; /// /// Indicates the transmission order of the image data. /// public enum InterlaceMethod : byte { /// /// No interlace. /// None = 0, /// /// Adam7 interlace. /// Adam7 = 1 }