Changeset 2656:eb1c5d1333d1 in lemon-0.x
- Timestamp:
- 08/14/06 17:19:18 (19 years ago)
- Branch:
- lemon-1.0
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/branches/lemon-1.0@2896
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/color.h
r2655 r2656 20 20 #define LEMON_COLOR_H 21 21 22 #include <sys/time.h>23 24 #include<iostream>25 #include<fstream>26 #include<sstream>27 #include<algorithm>28 22 #include<vector> 29 30 #include <ctime> 31 #include <cmath> 32 33 #include<lemon/bits/invalid.h> 34 #include<lemon/xy.h> 23 #include<cmath> 35 24 #include<lemon/maps.h> 36 #include<lemon/bezier.h>37 25 38 26 … … 107 95 extern const Color DARK_CYAN; 108 96 109 ///Map s<tt>int</tt>s to different \ref Color "Color"s97 ///Map <tt>int</tt>s to different \ref Color "Color"s 110 98 111 99 ///This map assigns one of the predefined \ref Color "Color"s
Note: See TracChangeset
for help on using the changeset viewer.