Wednesday, 21 August 2013

Check equality between colors

Check equality between colors

Consider the following:
\colorlet{mycolour1}{black}
AND
\colorlet{mycolour2}{black}
How do I use a command like
\ifthenelse{\equal{mycolour1}{mycolour2}}{TRUE}{FALSE}
In other words, how can I check equality between two colors?

No comments:

Post a Comment