sumolib.color
index
/build/sumo-lDLURb/sumo-0.27.1+dfsg1/tools/sumolib/color.py

@file    color.py
@author  Daniel Krajzewicz
@author  Michael Behrisch
@date    2012-12-04
@version $Id: color.py 20433 2016-04-13 08:00:14Z behrisch $
 
Library for reading and encoding of colors.
 
SUMO, Simulation of Urban MObility; see http://sumo.dlr.de/
Copyright (C) 2012-2016 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)

 
Data
        absolute_import = _Feature((2, 5, 0, 'alpha', 1), (3, 0, 0, 'alpha', 0), 16384)