void DrawPanels() { leftPanel.DrawSelf(); rightPanel.DrawSelf(position.size); BottomPanel(); if (nowState == WindowState.popup) { colorWindow.DrawSelf(); } }