------------------------------------------------------------------------------
| 592 | |
| 593 | //------------------------------------------------------------------------------ |
| 594 | void GuiObjectView::setLightColor( const LinearColorF& color ) |
| 595 | { |
| 596 | mLightColor = color; |
| 597 | if( mLight ) |
| 598 | mLight->setColor( color ); |
| 599 | } |
| 600 | |
| 601 | //------------------------------------------------------------------------------ |
| 602 |
no test coverage detected