EgtGraphics 2.1i2 :
- aggiunta a Scene funzione GetBackground.
This commit is contained in:
@@ -543,6 +543,16 @@ Scene::SetBackground( Color colBackTop, Color colBackBottom)
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::GetBackground( Color& colBackTop, Color& colBackBottom)
|
||||
{
|
||||
colBackTop = m_colBackTop ;
|
||||
colBackBottom = m_colBackBottom ;
|
||||
|
||||
return true ;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
bool
|
||||
Scene::Background( void)
|
||||
|
||||
Reference in New Issue
Block a user