I'm using pdflatex, and use \includegraphics to include content of figures from PDF. PDF are exported from InkScape.
\begin{figure} [!h] \centering \includegraphics[height=3cm]{fig/SUSAN.pdf} \end{figure} Included PDF or source SVG has same colors. Green has always RGB value (0, 255, 0). Problem occurs when I include this files from LaTeX. In output PDF on some pages colorspace is darker. Even same image on other page has different colourity.
My PDF http://www.stud.fit.vutbr.cz/~xzamaz00/smutny_smajlik.pdf . As you can see on page 7 (11 in PDF) USAN areas are bright green, but then on page 5 (9 in PDF) are green points on corners more darker.
xcolorpackage with thecmykoption. If you get an option clash replace it with\PassOptionsToPackage{cmyk}{xcolor}. Are you using any form of transparency in your document?\pdfpageattr {/Group << /S /Transparency /I true /CS /DeviceRGB>>}to the preamble of your document. This will make Adobe Reader use the RGB rendering model for pages with transparency.\special{pdf: [...stuff...]}. See The dvipdfm manualdvipdfm.pdffor the precise syntax of[...stuff...].