<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear Users,<br>
    <div class="moz-signature"> <br>
      I am having trouble controlling the title color for a
      vtkAxisActor.  When I change the color, only the front face of the
      titles change color.  In other words, when you rotate the axes
      around such that the titles reverse direction and show their back
      face, the color cannot be changed from the default black.<br>
      <br>
      I have found that using a combination of:<br>
      <br>
      axis->GetTitleTextProperty()->SetColor(rgb)<br>
      <br>
      ...followed by:<br>
      <br>
      axis->GetTitleActor()->GetProperty()->SetColor(rgb)<br>
      <br>
      ...seems to work best, but I still cannot change the backface
      color.  Even using:<br>
      <br>
axis->GetTitleActor()->GetBackFaceProperty()->SetColor(rgb)<br>
      <br>
      ...doesn't solve the problem.<br>
      <br>
      The axes labels on the other hand work perfectly.  When I change
      their color, they are correctly colored regardless of axes
      rotation.  <br>
      <br>
      I've attached 2 screenshots to demonstrate the issue:<br>
      <br>
      <a class="moz-txt-link-freetext"
        href="https://dl.dropboxusercontent.com/u/26329990/TitleCorrect.png">https://dl.dropboxusercontent.com/u/26329990/TitleCorrect.png</a><br>
      <a class="moz-txt-link-freetext"
        href="https://dl.dropboxusercontent.com/u/26329990/TitleIncorrect.png">https://dl.dropboxusercontent.com/u/26329990/TitleIncorrect.png</a><br>
      <br>
      The title color in the screenshots should be red, but when rotated
      slightly, you can see that the backface is displayed as black.<br>
      <br>
      Any suggestions on how to solve this problem?<br>
      <br>
      Best Regards,<br>
      Josh<a
href="http://www.engr.psu.edu/ce/directory/websites/view.aspx?page=juk124"></a>
      <div class="moz-signature"><font color="#333333"> <br>
        </font></div>
      <font color="#333333"> </font></div>
  </body>
</html>