Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shading and cmyk colors will produce wrong output colors #32

Open
GoogleCodeExporter opened this issue Dec 15, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Use a graphics like a logo with a dominant cmyk color
2. Use the same cmyk color for headerColorOne
3. Use some shaded header option (headershade=shade-lr)

What is the expected output? What do you see instead?
Color of Logo and and header should be exactly the same. Instead the colors are 
different, depending on the actual choice of colors.

I think the reason for this problem is the fact that the tikz "\shade"-command 
does ONLY allow for rgb. 
(http://groups.google.com/group/comp.text.tex/browse_thread/thread/768fe172b0033
4e9) Every cmyk color is automatically converted to rgb when using shading, so 
the header-boxes will be in rgb and will never be the same color anymore.

My "solution" was to change everything (inkluding the logos) to rgb, of cause 
also changing the cls to the rgb option. Then at least logo and header boxes 
have the same (wrong) color.

Original issue reported on code.google.com by [email protected] on 10 Feb 2012 at 2:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant