namespace Pilz.S3DFileParser { public class VertexColor { public float R { get; set; } = 1f; public float G { get; set; } = 1f; public float B { get; set; } = 1f; public float A { get; set; } = 1f; } }