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

Module color

source code

Functions
 
get(col_str) source code
Variables
  allcols = {'ReportLabBlue': Color(0,.2,.498039,1), 'ReportLabB...
  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...
  __package__ = 'zephir.utils.trml2pdf'
Variables Details

allcols

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

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])')