Shapes 3D Library: How can i get the color of a shape?

Box test = new Box(this, 300);
test.stroke(255);
test.drawMode(Shape3D.SOLID);
test.draw();

// this is where I'm stuck
color c = test.getColor();

2 posts were merged into an existing topic: Shapes 3D Library: can’t get stroke function to work for any shapes