# HG changeset patch # User chewie@33b003aa-7bff-0310-803a-e67f0ece8222 # Date 1232557636 0 # Node ID 456634bbc4302f77d523412c19e1047d56e871e5 # Parent f55979111ba1cc089c272643e933e8c3df91ff5a - small fix for pychan documentation (colors can also be quadruples) diff -r f55979111ba1 -r 456634bbc430 engine/extensions/pychan/__init__.py --- a/engine/extensions/pychan/__init__.py Wed Jan 21 15:35:44 2009 +0000 +++ b/engine/extensions/pychan/__init__.py Wed Jan 21 17:07:16 2009 +0000 @@ -353,8 +353,8 @@ - position,size,min_size,max_size,margins - These are assumed to be comma separated tuples of integers. - - foreground_color,base_color,background_color - These are assumed to be triples of comma - separated integers. + - foreground_color,base_color,background_color - These are assumed to be triples or quadruples of comma + separated integers. (triples: r,p,g; quadruples: r,p,g,a) - opaque,border_size,padding - These are assumed to be simple integers. All other attributes are set verbatim as strings on the generated instance.