Changed RGBA_Bytes -> Color
This commit is contained in:
parent
c6a3c14118
commit
8d1fecab8c
107 changed files with 495 additions and 495 deletions
|
|
@ -52,7 +52,7 @@ namespace MatterHackers.GCodeVisualizer
|
|||
|
||||
public static readonly int Stride = Marshal.SizeOf(default(ColorVertexData));
|
||||
|
||||
public ColorVertexData(Vector3 position, Vector3 normal, RGBA_Bytes color)
|
||||
public ColorVertexData(Vector3 position, Vector3 normal, Color color)
|
||||
{
|
||||
r = (byte)color.Red0To255;
|
||||
g = (byte)color.Green0To255;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue