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

Module color

source code

Functions [hide private]
 
get(col_str) source code
Variables [hide private]
  allcols = {'ReportLabBlue': Color(0,.2,.498039), 'ReportLabBlu...
  regex_t = re.compile(r'\(([0-9\.]*),([0-9\.]*),([0-9\.]*)\)')
  regex_h = re.compile(r'#([0-9a-zA-Z][0-9a-zA-Z])([0-9a-zA-Z][0...
Variables Details [hide private]

allcols

Value:
{'ReportLabBlue': Color(0,.2,.498039),
 'ReportLabBlueOLD': Color(.305882,.337255,.533333),
 'ReportLabBluePCMYK': PCMYKColor(100,65,0,30,spotName='Pantone 288U')\
,
 'ReportLabFidBlue': Color(.2,.4,.8),
 'ReportLabFidRed': Color(.8,0,.2),
 'ReportLabGreen': Color(.2,.4,0),
 'ReportLabLightBlue': Color(.717647,.72549,.827451),
...

regex_h

Value:
re.compile(r'#([0-9a-zA-Z][0-9a-zA-Z])([0-9a-zA-Z][0-9a-zA-Z])([0-9a-z\
A-Z][0-9a-zA-Z])')