mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 00:58:31 +00:00
refactor imports
This commit is contained in:
parent
6241d262ec
commit
98bbd57fd8
@ -1,11 +1,10 @@
|
|||||||
using System.Drawing.Color;
|
using System.Drawing;
|
||||||
using System.Drawing.Point;
|
|
||||||
|
|
||||||
namespace CUE.NET.Devices.Keyboard.ColorBrushes
|
namespace CUE.NET.Devices.Keyboard.ColorBrushes
|
||||||
|
|
||||||
{
|
{
|
||||||
public interface IBrush
|
public interface IBrush
|
||||||
{
|
{
|
||||||
public Color getColorAtPoint(Point point);
|
Color getColorAtPoint(Point point);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user