mirror of
https://github.com/DarthAffe/CUE.NET.git
synced 2025-12-13 00:58:31 +00:00
defined ColorBrush, added Interface as definition
This commit is contained in:
parent
de1e23ee98
commit
7e307fca9b
11
Devices/Keyboard/ColorBrushes/IBrush.cs
Normal file
11
Devices/Keyboard/ColorBrushes/IBrush.cs
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
using System.Drawing.Color;
|
||||||
|
using System.Drawing.Point;
|
||||||
|
|
||||||
|
namespace CUE.NET.Devices.Keyboard.ColorBrushes
|
||||||
|
|
||||||
|
{
|
||||||
|
public interface IBrush
|
||||||
|
{
|
||||||
|
public Color getColorAtPoint(Point point);
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user