src/supertux/colorscheme.cpp

Go to the documentation of this file.
00001 //  SuperTux
00002 //  Copyright (C) 2009 qMax
00003 //
00004 //  This program is free software: you can redistribute it and/or modify
00005 //  it under the terms of the GNU General Public License as published by
00006 //  the Free Software Foundation, either version 3 of the License, or
00007 //  (at your option) any later version.
00008 //
00009 //  This program is distributed in the hope that it will be useful,
00010 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 //  GNU General Public License for more details.
00013 //
00014 //  You should have received a copy of the GNU General Public License
00015 //  along with this program.  If not, see <http://www.gnu.org/licenses/>.
00016 
00017 #include "gui/menu.hpp"
00018 #include "object/floating_text.hpp"
00019 #include "object/level_time.hpp"
00020 #include "object/text_object.hpp"
00021 #include "supertux/levelintro.hpp"
00022 #include "supertux/player_status.hpp"
00023 #include "supertux/statistics.hpp"
00024 #include "supertux/textscroller.hpp"
00025 #include "trigger/climbable.hpp"
00026 #include "trigger/secretarea_trigger.hpp"
00027 #include "video/color.hpp"
00028 #include "worldmap/worldmap.hpp"
00029 
00030 Color LevelIntro::header_color(1.0,1.0,0.6);
00031 Color LevelIntro::author_color(1.0,1.0,1.0);
00032 Color LevelIntro::stat_hdr_color(0.2,0.5,1.0);
00033 Color LevelIntro::stat_color(1.0,1.0,1.0);
00034 
00035 Color Statistics::header_color(1.0,1.0,1.0);
00036 Color Statistics::text_color(1.0,1.0,0.6);
00037 
00038 Color Menu::default_color(1.0,1.0,1.0);
00039 Color Menu::active_color(0.2,0.5,1.0);
00040 Color Menu::inactive_color(0.5,0.5,0.5);
00041 Color Menu::label_color(0.0,1.0,1.0);
00042 Color Menu::field_color(1.0,1.0,0.6);
00043 
00044 Color PlayerStatus::text_color(1.0,1.0,0.6);
00045 
00046 Color TextObject::default_color(1.0,1.0,1.0);
00047 
00048 Color FloatingText::text_color(1.0,1.0,0.6);
00049 
00050 Color LevelTime::text_color(1.0,1.0,0.6);
00051 
00052 Color SecretAreaTrigger::text_color(1.0,1.0,0.6);
00053 
00054 Color Climbable::text_color(1.0,1.0,0.6);
00055 
00056 Color worldmap::WorldMap::level_title_color(1.0,1.0,1.0);
00057 Color worldmap::WorldMap::message_color(1.0,1.0,0.6);
00058 Color worldmap::WorldMap::teleporter_message_color(1.0,1.0,1.0);
00059 
00060 Color TextScroller::small_color(1.0,1.0,1.0);
00061 Color TextScroller::heading_color(1.0,1.0,0.6);
00062 Color TextScroller::reference_color(0.2,0.6,1.0);
00063 Color TextScroller::normal_color(1.0,1.0,1.0);
00064 
00065 /* EOF */

Generated on Mon Jun 9 03:38:22 2014 for SuperTux by  doxygen 1.5.1