| 57 | } |
| 58 | |
| 59 | void GuiBox::setBorderColor(unsigned int color) |
| 60 | { |
| 61 | mHorizontalImage.setColorShift(color); |
| 62 | mVerticalImage.setColorShift(color); |
| 63 | mCornerImage.setColorShift(color); |
| 64 | } |
| 65 | |
| 66 | void GuiBox::render(const Eigen::Affine3f& parentTrans) |
| 67 | { |
no test coverage detected