sumolib.color
index
/build/sumo-3t4YtI/sumo-0.25.0+dfsg1/tools/sumolib/color.py

@file    color.py
@author  Daniel Krajzewicz
@author  Michael Behrisch
@date    2012-12-04
@version $Id: color.py 18096 2015-03-17 09:50:59Z behrisch $
 
Library for reading and encoding of colors.
 
SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) 2012-2015 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)