<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    [UNIV: Plain XeTeX] —<br>
    <br>
    Way back in 2015, I asked :<br>
    <br>
    <pre>><i> Could anyone explain why the continuum that exists from color=000000 to
</i>><i> color=FEFFFF, color=FFFEFF and color=FFFFFE breaks at color=FFFFFF ?
</i>><i> 
</i>><i> To ensure 100% consistency between the proofing version of a book (which has
</i>><i> marginal notes in red to ensure that the proof-reader can unambiguously
</i>><i> identify the callouts for each image) and the CRC-ready version, I prefer
</i>><i> not to disable the marginal note mechanism, which /might/ lead to different
</i>><i> pagination (although tests suggest, but cannot prove, that it does not) but
</i>><i> instead to make the marginal notes invisible by changing their colour from
</i>><i> DF0000 to FFFFFF.

</i>To which Khaled Hosny kindly replied :

<blockquote type="cite"><pre>That is a bug in xdvipdfmx; FFFFFF will be converted by XeTeX to
FFFFFFFF when written to the XDV, but xdvipdfmx uses the 0xFFFFFFFF
value to mean that no color have been selected so ends up ignoring the
color here. A work around is to set the color to FFFFFF00 (or any other
value for the alpha since xdvipdfmx does not support transparency
currently).</pre></blockquote></pre>
    and at the time, that appeared to solve my problem. However, it
    would appear that since then "xdvipdfmx" has been enhanced to
    support transparency, as a result of which Khaled's suggested
    FFFFFF00 no longer works (the text is invisible, see attached). 
    Could anyone tell me how, short of using \specials, I can achieve
    100% white with 100% opacity (= 0% ink) in XeTeX ?<br>
    <br>
    Philip Taylor<br>
  </body>
</html>