Changed RGBA_Bytes -> Color

This commit is contained in:
Lars Brubaker 2017-10-31 11:43:25 -07:00
parent c6a3c14118
commit 8d1fecab8c
107 changed files with 495 additions and 495 deletions

View file

@ -10,7 +10,7 @@ namespace MatterHackers.MatterControl
public class ClickWidget : GuiWidget
{
private int borderWidth = 0;
private RGBA_Bytes borderColor = RGBA_Bytes.Black;
private Color borderColor = Color.Black;
public int BorderWidth
{
@ -22,7 +22,7 @@ namespace MatterHackers.MatterControl
}
}
public RGBA_Bytes BorderColor
public Color BorderColor
{
get { return borderColor; }
set