PKHeX/PKHeX.Drawing.PokeSprite/Builder/SpriteBackgroundType.cs
Kurt aa968f56aa File scoped namespace for drawing projects
Extract color util to separate class as it's not entirely image related.
2021-12-10 00:15:04 -08:00

9 lines
125 B
C#

namespace PKHeX.Drawing.PokeSprite;
public enum SpriteBackgroundType
{
None,
BottomStripe,
FullBackground,
}