src/colors.cc

changeset 797
4bd154b5d0bd
parent 795
195fa1fff9c3
child 806
4240f47aa2d4
equal deleted inserted replaced
796:f23f4e4ed279 797:4bd154b5d0bd
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details. 13 * GNU General Public License for more details.
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 * =====================================================================
18 *
19 * colors.cxx: LDraw color management. LDConfig.ldr parsing is not here!
20 * TODO: Make LDColor more full-fledged, add support for direct colors.
21 * TODO: g_LDColors should probably be a map.
22 */ 17 */
23 18
24 #include "main.h" 19 #include "main.h"
25 #include "colors.h" 20 #include "colors.h"
26 #include "ldDocument.h" 21 #include "ldDocument.h"

mercurial