Author: ArcRiley Date: 2007-06-04 20:00:22 -0400 (Mon, 04 Jun 2007) New Revision: 117
Added: trunk/pysoy/src/colors/D.pxi trunk/pysoy/src/colors/F.pxi trunk/pysoy/src/colors/G.pxi trunk/pysoy/src/colors/H.pxi trunk/pysoy/src/colors/I.pxi trunk/pysoy/src/colors/K.pxi trunk/pysoy/src/colors/L.pxi trunk/pysoy/src/colors/M.pxi trunk/pysoy/src/colors/N.pxi trunk/pysoy/src/colors/O.pxi trunk/pysoy/src/colors/P.pxi trunk/pysoy/src/colors/R.pxi trunk/pysoy/src/colors/S.pxi trunk/pysoy/src/colors/T.pxi Log: The rest of the web colors Added: trunk/pysoy/src/colors/D.pxi =================================================================== --- trunk/pysoy/src/colors/D.pxi (rev 0) +++ trunk/pysoy/src/colors/D.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,116 @@ +# PySoy colors.D* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class DarkViolet (Color) : + def __init__(self) : + self.hex = '#9400D3' + +cdef class DeepSkyBlue (Color) : + def __init__(self) : + self.hex = '#00BFFF' + +cdef class DarkMagenta (Color) : + def __init__(self) : + self.hex = '#8B008B' + +cdef class Darkorange (Color) : + def __init__(self) : + self.hex = '#FF8C00' + +cdef class DarkGray (Color) : + def __init__(self) : + self.hex = '#A9A9A9' + +cdef class DarkSeaGreen (Color) : + def __init__(self) : + self.hex = '#8FBC8F' + +cdef class DarkOliveGreen (Color) : + def __init__(self) : + self.hex = '#556B2F' + +cdef class DarkSlateGrey (Color) : + def __init__(self) : + self.hex = '#2F4F4F' + +cdef class DarkSalmon (Color) : + def __init__(self) : + self.hex = '#E9967A' + +cdef class DimGrey (Color) : + def __init__(self) : + self.hex = '#696969' + +cdef class DimGray (Color) : + def __init__(self) : + self.hex = '#696969' + +cdef class DeepPink (Color) : + def __init__(self) : + self.hex = '#FF1493' + +cdef class DarkKhaki (Color) : + def __init__(self) : + self.hex = '#BDB76B' + +cdef class DarkGoldenRod (Color) : + def __init__(self) : + self.hex = '#B8860B' + +cdef class DarkGreen (Color) : + def __init__(self) : + self.hex = '#006400' + +cdef class DarkSlateGray (Color) : + def __init__(self) : + self.hex = '#2F4F4F' + +cdef class DodgerBlue (Color) : + def __init__(self) : + self.hex = '#1E90FF' + +cdef class DarkBlue (Color) : + def __init__(self) : + self.hex = '#00008B' + +cdef class DarkSlateBlue (Color) : + def __init__(self) : + self.hex = '#483D8B' + +cdef class DarkGrey (Color) : + def __init__(self) : + self.hex = '#A9A9A9' + +cdef class DarkRed (Color) : + def __init__(self) : + self.hex = '#8B0000' + +cdef class DarkTurquoise (Color) : + def __init__(self) : + self.hex = '#00CED1' + +cdef class DarkOrchid (Color) : + def __init__(self) : + self.hex = '#9932CC' + +cdef class DarkCyan (Color) : + def __init__(self) : + self.hex = '#008B8B' Property changes on: trunk/pysoy/src/colors/D.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/F.pxi =================================================================== --- trunk/pysoy/src/colors/F.pxi (rev 0) +++ trunk/pysoy/src/colors/F.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,36 @@ +# PySoy colors.F* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class FireBrick (Color) : + def __init__(self) : + self.hex = '#B22222' + +cdef class Fuchsia (Color) : + def __init__(self) : + self.hex = '#FF00FF' + +cdef class FloralWhite (Color) : + def __init__(self) : + self.hex = '#FFFAF0' + +cdef class ForestGreen (Color) : + def __init__(self) : + self.hex = '#228B22' Property changes on: trunk/pysoy/src/colors/F.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/G.pxi =================================================================== --- trunk/pysoy/src/colors/G.pxi (rev 0) +++ trunk/pysoy/src/colors/G.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,52 @@ +# PySoy colors.G* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Gray (Color) : + def __init__(self) : + self.hex = '#808080' + +cdef class Gold (Color) : + def __init__(self) : + self.hex = '#FFD700' + +cdef class Gainsboro (Color) : + def __init__(self) : + self.hex = '#DCDCDC' + +cdef class GoldenRod (Color) : + def __init__(self) : + self.hex = '#DAA520' + +cdef class Green (Color) : + def __init__(self) : + self.hex = '#008000' + +cdef class GhostWhite (Color) : + def __init__(self) : + self.hex = '#F8F8FF' + +cdef class Grey (Color) : + def __init__(self) : + self.hex = '#808080' + +cdef class GreenYellow (Color) : + def __init__(self) : + self.hex = '#ADFF2F' Property changes on: trunk/pysoy/src/colors/G.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/H.pxi =================================================================== --- trunk/pysoy/src/colors/H.pxi (rev 0) +++ trunk/pysoy/src/colors/H.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,28 @@ +# PySoy colors.H* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class HotPink (Color) : + def __init__(self) : + self.hex = '#FF69B4' + +cdef class HoneyDew (Color) : + def __init__(self) : + self.hex = '#F0FFF0' Property changes on: trunk/pysoy/src/colors/H.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/I.pxi =================================================================== --- trunk/pysoy/src/colors/I.pxi (rev 0) +++ trunk/pysoy/src/colors/I.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,32 @@ +# PySoy colors.I* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Indigo (Color) : + def __init__(self) : + self.hex = '#4B0082' + +cdef class Ivory (Color) : + def __init__(self) : + self.hex = '#FFFFF0' + +cdef class IndianRed (Color) : + def __init__(self) : + self.hex = '#CD5C5C' Property changes on: trunk/pysoy/src/colors/I.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/K.pxi =================================================================== --- trunk/pysoy/src/colors/K.pxi (rev 0) +++ trunk/pysoy/src/colors/K.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,24 @@ +# PySoy colors.K* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Khaki (Color) : + def __init__(self) : + self.hex = '#F0E68C' Property changes on: trunk/pysoy/src/colors/K.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/L.pxi =================================================================== --- trunk/pysoy/src/colors/L.pxi (rev 0) +++ trunk/pysoy/src/colors/L.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,108 @@ +# PySoy colors.L* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class LightCoral (Color) : + def __init__(self) : + self.hex = '#F08080' + +cdef class LightYellow (Color) : + def __init__(self) : + self.hex = '#FFFFE0' + +cdef class Lavender (Color) : + def __init__(self) : + self.hex = '#E6E6FA' + +cdef class LightPink (Color) : + def __init__(self) : + self.hex = '#FFB6C1' + +cdef class LightBlue (Color) : + def __init__(self) : + self.hex = '#ADD8E6' + +cdef class LavenderBlush (Color) : + def __init__(self) : + self.hex = '#FFF0F5' + +cdef class LightGray (Color) : + def __init__(self) : + self.hex = '#D3D3D3' + +cdef class LightSlateGray (Color) : + def __init__(self) : + self.hex = '#778899' + +cdef class LightSeaGreen (Color) : + def __init__(self) : + self.hex = '#20B2AA' + +cdef class Lime (Color) : + def __init__(self) : + self.hex = '#00FF00' + +cdef class LightGrey (Color) : + def __init__(self) : + self.hex = '#D3D3D3' + +cdef class LightSlateGrey (Color) : + def __init__(self) : + self.hex = '#778899' + +cdef class LemonChiffon (Color) : + def __init__(self) : + self.hex = '#FFFACD' + +cdef class LightCyan (Color) : + def __init__(self) : + self.hex = '#E0FFFF' + +cdef class LightGreen (Color) : + def __init__(self) : + self.hex = '#90EE90' + +cdef class LimeGreen (Color) : + def __init__(self) : + self.hex = '#32CD32' + +cdef class LightSteelBlue (Color) : + def __init__(self) : + self.hex = '#B0C4DE' + +cdef class LawnGreen (Color) : + def __init__(self) : + self.hex = '#7CFC00' + +cdef class Linen (Color) : + def __init__(self) : + self.hex = '#FAF0E6' + +cdef class LightSkyBlue (Color) : + def __init__(self) : + self.hex = '#87CEFA' + +cdef class LightGoldenRodYellow (Color) : + def __init__(self) : + self.hex = '#FAFAD2' + +cdef class LightSalmon (Color) : + def __init__(self) : + self.hex = '#FFA07A' Property changes on: trunk/pysoy/src/colors/L.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/M.pxi =================================================================== --- trunk/pysoy/src/colors/M.pxi (rev 0) +++ trunk/pysoy/src/colors/M.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,80 @@ +# PySoy colors.M* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class MediumAquaMarine (Color) : + def __init__(self) : + self.hex = '#66CDAA' + +cdef class MidnightBlue (Color) : + def __init__(self) : + self.hex = '#191970' + +cdef class Magenta (Color) : + def __init__(self) : + self.hex = '#FF00FF' + +cdef class MistyRose (Color) : + def __init__(self) : + self.hex = '#FFE4E1' + +cdef class MediumSpringGreen (Color) : + def __init__(self) : + self.hex = '#00FA9A' + +cdef class MediumSlateBlue (Color) : + def __init__(self) : + self.hex = '#7B68EE' + +cdef class MediumOrchid (Color) : + def __init__(self) : + self.hex = '#BA55D3' + +cdef class Maroon (Color) : + def __init__(self) : + self.hex = '#800000' + +cdef class MediumTurquoise (Color) : + def __init__(self) : + self.hex = '#48D1CC' + +cdef class MediumSeaGreen (Color) : + def __init__(self) : + self.hex = '#3CB371' + +cdef class MediumVioletRed (Color) : + def __init__(self) : + self.hex = '#C71585' + +cdef class MintCream (Color) : + def __init__(self) : + self.hex = '#F5FFFA' + +cdef class Moccasin (Color) : + def __init__(self) : + self.hex = '#FFE4B5' + +cdef class MediumBlue (Color) : + def __init__(self) : + self.hex = '#0000CD' + +cdef class MediumPurple (Color) : + def __init__(self) : + self.hex = '#9370D8' Property changes on: trunk/pysoy/src/colors/M.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/N.pxi =================================================================== --- trunk/pysoy/src/colors/N.pxi (rev 0) +++ trunk/pysoy/src/colors/N.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,28 @@ +# PySoy colors.N* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Navy (Color) : + def __init__(self) : + self.hex = '#000080' + +cdef class NavajoWhite (Color) : + def __init__(self) : + self.hex = '#FFDEAD' Property changes on: trunk/pysoy/src/colors/N.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/O.pxi =================================================================== --- trunk/pysoy/src/colors/O.pxi (rev 0) +++ trunk/pysoy/src/colors/O.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,44 @@ +# PySoy colors.O* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class OldLace (Color) : + def __init__(self) : + self.hex = '#FDF5E6' + +cdef class OrangeRed (Color) : + def __init__(self) : + self.hex = '#FF4500' + +cdef class Orchid (Color) : + def __init__(self) : + self.hex = '#DA70D6' + +cdef class Olive (Color) : + def __init__(self) : + self.hex = '#808000' + +cdef class Orange (Color) : + def __init__(self) : + self.hex = '#FFA500' + +cdef class OliveDrab (Color) : + def __init__(self) : + self.hex = '#6B8E23' Property changes on: trunk/pysoy/src/colors/O.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/P.pxi =================================================================== --- trunk/pysoy/src/colors/P.pxi (rev 0) +++ trunk/pysoy/src/colors/P.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,64 @@ +# PySoy colors.P* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Peru (Color) : + def __init__(self) : + self.hex = '#CD853F' + +cdef class PaleGreen (Color) : + def __init__(self) : + self.hex = '#98FB98' + +cdef class PaleVioletRed (Color) : + def __init__(self) : + self.hex = '#D87093' + +cdef class PowderBlue (Color) : + def __init__(self) : + self.hex = '#B0E0E6' + +cdef class PeachPuff (Color) : + def __init__(self) : + self.hex = '#FFDAB9' + +cdef class PapayaWhip (Color) : + def __init__(self) : + self.hex = '#FFEFD5' + +cdef class Pink (Color) : + def __init__(self) : + self.hex = '#FFC0CB' + +cdef class Purple (Color) : + def __init__(self) : + self.hex = '#800080' + +cdef class Plum (Color) : + def __init__(self) : + self.hex = '#DDA0DD' + +cdef class PaleTurquoise (Color) : + def __init__(self) : + self.hex = '#AFEEEE' + +cdef class PaleGoldenRod (Color) : + def __init__(self) : + self.hex = '#EEE8AA' Property changes on: trunk/pysoy/src/colors/P.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/R.pxi =================================================================== --- trunk/pysoy/src/colors/R.pxi (rev 0) +++ trunk/pysoy/src/colors/R.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,32 @@ +# PySoy colors.R* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Red (Color) : + def __init__(self) : + self.hex = '#FF0000' + +cdef class RoyalBlue (Color) : + def __init__(self) : + self.hex = '#4169E1' + +cdef class RosyBrown (Color) : + def __init__(self) : + self.hex = '#BC8F8F' Property changes on: trunk/pysoy/src/colors/R.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/S.pxi =================================================================== --- trunk/pysoy/src/colors/S.pxi (rev 0) +++ trunk/pysoy/src/colors/S.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,76 @@ +# PySoy colors.S* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class SpringGreen (Color) : + def __init__(self) : + self.hex = '#00FF7F' + +cdef class SkyBlue (Color) : + def __init__(self) : + self.hex = '#87CEEB' + +cdef class Salmon (Color) : + def __init__(self) : + self.hex = '#FA8072' + +cdef class SlateGrey (Color) : + def __init__(self) : + self.hex = '#708090' + +cdef class Silver (Color) : + def __init__(self) : + self.hex = '#C0C0C0' + +cdef class SaddleBrown (Color) : + def __init__(self) : + self.hex = '#8B4513' + +cdef class Sienna (Color) : + def __init__(self) : + self.hex = '#A0522D' + +cdef class SeaShell (Color) : + def __init__(self) : + self.hex = '#FFF5EE' + +cdef class SlateGray (Color) : + def __init__(self) : + self.hex = '#708090' + +cdef class SeaGreen (Color) : + def __init__(self) : + self.hex = '#2E8B57' + +cdef class Snow (Color) : + def __init__(self) : + self.hex = '#FFFAFA' + +cdef class SlateBlue (Color) : + def __init__(self) : + self.hex = '#6A5ACD' + +cdef class SteelBlue (Color) : + def __init__(self) : + self.hex = '#4682B4' + +cdef class SandyBrown (Color) : + def __init__(self) : + self.hex = '#F4A460' Property changes on: trunk/pysoy/src/colors/S.pxi ___________________________________________________________________ Name: svn:keywords + Id Added: trunk/pysoy/src/colors/T.pxi =================================================================== --- trunk/pysoy/src/colors/T.pxi (rev 0) +++ trunk/pysoy/src/colors/T.pxi 2007-06-05 00:00:22 UTC (rev 117) @@ -0,0 +1,40 @@ +# PySoy colors.T* classes +# +# Copyright (C) 2006,2007 Team PySoy +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, see http://www.gnu.org/licenses +# or write to the Free Software Foundation,Inc., 51 Franklin Street, +# Fifth Floor, Boston, MA 02110-1301 USA +# +# $Id$ + +cdef class Tan (Color) : + def __init__(self) : + self.hex = '#D2B48C' + +cdef class Tomato (Color) : + def __init__(self) : + self.hex = '#FF6347' + +cdef class Teal (Color) : + def __init__(self) : + self.hex = '#008080' + +cdef class Thistle (Color) : + def __init__(self) : + self.hex = '#D8BFD8' + +cdef class Turquoise (Color) : + def __init__(self) : + self.hex = '#40E0D0' Property changes on: trunk/pysoy/src/colors/T.pxi ___________________________________________________________________ Name: svn:keywords + Id _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn