Changeset 8448 in orxonox.OLD for trunk/src/lib/util/color.cc
- Timestamp:
- Jun 15, 2006, 12:48:26 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/util/color.cc
r8376 r8448 18 18 #include "color.h" 19 19 #include <stdio.h> 20 21 22 void Color::debug() const 23 { 24 printf("r:%0.2f g:%0.2f, b:%0.2f, a:%0.2f\n", r(), g(), b(), a()); 25 } 20 26 21 27 /**
Note: See TracChangeset
for help on using the changeset viewer.