I'm using the colortbl package to color table cells. I've combined this w/ the xcolor package to define my own colors. However, it appears that xcolor does not support transparency. I saw the package transparent, but it is oriented toward text and I wasn't able to set the transparency level of a defined color. Are there any packages that support alpha color channels?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 2 more comments |
migrated from stackoverflow.com May 18 '12 at 18:39
|
The following shows
|
|||
|
|

\color{something}\hrulemakes a rule of transparent coloursomethingthen the same shoud work in colortbl. – David Carlisle May 18 '12 at 18:58