mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-04-27 02:52:52 -05:00
13 lines
238 B
C#
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
|
|
{
|
|
}
|
|
}
|