[cello-cvs] CVS cello/kt-opengl

ktilton ktilton at common-lisp.net
Tue Oct 17 21:30:08 UTC 2006


Update of /project/cello/cvsroot/cello/kt-opengl
In directory clnet:/tmp/cvs-serv6473/kt-opengl

Modified Files:
	colors.lisp 
Log Message:


--- /project/cello/cvsroot/cello/kt-opengl/colors.lisp	2006/10/02 03:55:23	1.5
+++ /project/cello/cvsroot/cello/kt-opengl/colors.lisp	2006/10/17 21:30:08	1.6
@@ -20,7 +20,7 @@
 ;;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 ;;; DEALINGS IN THE SOFTWARE.
 ;;;
-;;; $Id: colors.lisp,v 1.5 2006/10/02 03:55:23 ktilton Exp $
+;;; $Id: colors.lisp,v 1.6 2006/10/17 21:30:08 ktilton Exp $
 
 (in-package #:kt-opengl)
 
@@ -234,13 +234,11 @@
 (define-ogl-rgba-color +DARK-GREEN+                         0 128   0 255)
 (define-ogl-rgba-color +DARK-BLUE+                          0   0  64  50)
 (define-ogl-rgba-color +DARK-GRAY+                         64  64  64 255)
-(define-ogl-rgba-color +DK-GRAY+                           64  64  64 255)
 
 (define-ogl-rgba-color +LIGHT-BLUE+                       127 127 255 255)
 (define-ogl-rgba-color +YELLOW+                           255 255 127 255)
 (define-ogl-rgba-color +LIGHT-YELLOW+                     255 255 127 255)
 (define-ogl-rgba-color +LIGHT-GRAY+                       192 192 192 255)
-(define-ogl-rgba-color +LT-GRAY+                          192 192 192 255)
 
 ;;; PANTONE colors as defined by graphics design s/w Art Director's Toolkit V.5
 




More information about the Cello-cvs mailing list