ボックスが使用されるか出荷されるまで、ボックスの内容のテキスト色と背景色の設定を遅らせる方法はありますか?

ボックスが使用されるか出荷されるまで、ボックスの内容のテキスト色と背景色の設定を遅らせる方法はありますか?

ボックスが使用されるまで、ボックスの内容のテキスト色と背景色の設定を遅らせる方法はありますか?
ボックスが .pdf ファイルまたは .dvi ファイルに送信されるまで、ボックスの内容のテキスト色と背景色の設定を遅らせる方法はありますか?

S.th. のような:

\documentclass{article}
\usepackage{xcolor}

\newbox\mytempbox
\begin{document}
\savebox\mytempbox{%
  \vbox{%
    <Some special with placeholders for values of textcolor and backgroudcolor>
    \hbox{One}\hbox{Two}%
  }%
}

<Some directive for assigning values to placeholders for values of textcolor and backgroudcolor>
\usebox\mytempbox

<Some directive for assigning values to placeholders for values of textcolor and backgroudcolor>
\usebox\mytemphbox

<Some directive for assigning values to placeholders for values of textcolor and backgroudcolor>
\usebox\mytemphbox

\end{document}

関連情報