Changed RGBA_Bytes -> Color
This commit is contained in:
parent
c6a3c14118
commit
8d1fecab8c
107 changed files with 495 additions and 495 deletions
|
|
@ -49,7 +49,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
private TypeFacePrinter printer = null;
|
||||
|
||||
public RGBA_Bytes TextColor = new RGBA_Bytes(102, 102, 102);
|
||||
public Color TextColor = new Color(102, 102, 102);
|
||||
private int forceStartLine = -1;
|
||||
|
||||
public double Position0To1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue