Files @ 2f97b4ec280b
Branch filter:

Location: ATITD-Tools/Desert-Paint-Lab/SimWindow.cs

Jason Maltzen
Use value from HSV for determining whether text should be white or black in exported wiki format recipes.
using System;
namespace DesertPaintLab
{
	public partial class SimWindow : Gtk.Window
	{
		public SimWindow () : base(Gtk.WindowType.Toplevel)
		{
			this.Build ();
		}
	}
}