sumolib.color
index
/tmp/buildd/sumo-0.21.0+dfsg/tools/sumolib/color.py

@file    color.py
@author  Daniel Krajzewicz
@author  Michael Behrisch
@date    2012-12-04
@version $Id: color.py 16284 2014-05-02 15:05:45Z behrisch $
 
Library for reading and encoding of colors.
 
SUMO, Simulation of Urban MObility; see http://sumo-sim.org/
Copyright (C) 2012-2014 DLR (http://www.dlr.de/) and contributors
 
This file is part of SUMO.
SUMO 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.

 
Modules
       
xml.sax.handler

 
Classes
       
RGBAColor

 
class RGBAColor
     Methods defined here:
__init__(self, r, g, b, a=None)
toXML(self)

 
Functions
       
decodeXML(c)