Package zephir :: Package utils :: Package trml2pdf :: Module color
[frames | no frames]

Module zephir.utils.trml2pdf.color

Function Summary
  get(col_str)

Variable Summary
dict allcols = {'indigo': Color(.294118,0,.509804), 'gold': C...
SRE_Pattern regex_h = #([0-9a-zA-Z][0-9a-zA-Z])([0-9a-zA-Z][0-9a-zA-...
SRE_Pattern regex_t = \(([0-9\.]*),([0-9\.]*),([0-9\.]*)\)

Variable Details

allcols

Type:
dict
Value:
{'_CMYK_black': CMYKColor(0,0,0,1),
 'darkolivegreen': Color(.333333,.419608,.184314),
 'darkseagreen': Color(.560784,.737255,.545098),
 'firebrick': Color(.698039,.133333,.133333),
 'gold': Color(1,.843137,0),
 'indianred': Color(.803922,.360784,.360784),
 'indigo': Color(.294118,0,.509804),
 'mediumvioletred': Color(.780392,.082353,.521569),
...                                                                    

regex_h

Type:
SRE_Pattern
Value:
#([0-9a-zA-Z][0-9a-zA-Z])([0-9a-zA-Z][0-9a-zA-Z])([0-9a-zA-Z][0-9a-zA-\
Z])                                                                    

regex_t

Type:
SRE_Pattern
Value:
\(([0-9\.]*),([0-9\.]*),([0-9\.]*)\)                                   

Generated by Epydoc 2.1 on Mon Nov 27 08:44:01 2006 http://epydoc.sf.net