Changed RGBA_Bytes -> Color
This commit is contained in:
parent
c6a3c14118
commit
8d1fecab8c
107 changed files with 495 additions and 495 deletions
|
|
@ -92,7 +92,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
if ((renderInfo.CurrentRenderType & RenderType.Moves) == RenderType.Moves)
|
||||
{
|
||||
double movementLineWidth = 0.35 * renderInfo.LayerScale;
|
||||
RGBA_Bytes movementColor = new RGBA_Bytes(10, 190, 15);
|
||||
Color movementColor = new Color(10, 190, 15);
|
||||
|
||||
// render the part using opengl
|
||||
Graphics2DOpenGL graphics2DGl = graphics2D as Graphics2DOpenGL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue