aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.AnimatedGif/Decoding/GifBlockKind.cs
blob: eab7ea2c133113d142b46e4fcf34d1b3b6102d92 (plain)
1
2
3
4
5
6
7
8
9
10
namespace Tango.AnimatedGif.Decoding
{
    internal enum GifBlockKind
    {
        Control,
        GraphicRendering,
        SpecialPurpose,
        Other
    }
}