// This may look like C code, but it is really -*- C++ -*-
//
// Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
//
// Color Implementation
//
#if !defined (Magick_Color_header)
#define Magick
/* $Id: color.c,v 1.24 2005/02/19 18:11:04 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify
# Pod::Text::Color -- Convert POD data to formatted color ASCII text
# $Id: Color.pm,v 0.6 2000/12/25 12:52:39 eagle Exp $
#
# Copyright 1999 by Russ Allbery
#
# This program is fre
# Pod::Text::Color -- Convert POD data to formatted color ASCII text
# $Id: Color.pm,v 0.6 2000/12/25 12:52:39 eagle Exp $
#
# Copyright 1999 by Russ Allbery
#
# This program is fre
public class Color {
private String name;
private Color(String name) {
this.name = name;
}
public static Color RED = new Color("red");
public static Color GREEN