From bfbe9e43e108f6816c17b9b7764b75284ac78313 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 14 Dec 2011 19:27:22 -0500 Subject: Re-think colors. Color is a property of light, and thus doesn't include information about transparency. But canvas pixels and object pigments represent a color and a degree of transparency. The new type dmnsn_tcolor/ TColor encapsulates that information. Also, fix the transparent shadow implementation. --- libdimension/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'libdimension/Makefile.am') diff --git a/libdimension/Makefile.am b/libdimension/Makefile.am index e99fe3c..aa5921e 100644 --- a/libdimension/Makefile.am +++ b/libdimension/Makefile.am @@ -63,12 +63,10 @@ nobase_include_HEADERS = dimension.h \ lib_LTLIBRARIES = libdimension.la libdimension_la_SOURCES = $(nobase_include_HEADERS) \ - ambient.c \ camera.c \ canvas.c \ canvas_pigment.c \ checker.c \ - color.c \ compiler-internal.h \ cone.c \ cube.c \ -- cgit v1.2.3