CapyKit/CapyKit/Color.cs
2025-01-30 00:02:32 -06:00

13 lines
238 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CapyKit
{
/// <summary> An object representing a color. </summary>
public class Color
{
}
}