Get Color of a Object

hi



again im here with a question :smiley: i have a box an set the color of this box with box.setDefaultColor(color)



later i want to get the color of the box. unfortunately there is no getColor() method. thats why i tried



box.getColorBuffers(0) but this throws a null pointer exception.



that's why my qustion: how can i get the color of a box?



thx again

there is a getDefaultColor()  :slight_smile: