*TextColorMode() - Notes

Specifies the text color mode of a note.

Syntax

*TextColorMode (mode)

Application

HyperView

Inputs

mode
Available options include: "Maintain Contrast", "User", "Component", or "Contour".

Example

*BeginNote(On, "Model Info")
    *Transparent(On)
    *Attach(WINDOW)
    *Position(0.894185, 0.962798)
    *Text("{modeltitle}")
    *Text("{loadcase} : {simulationstep}")
    *Font("Arial", "regular", "regular", 12)
    *TextColorMode(Component)
    *BorderWidth(0)
    *NoteAlignment(Right)
    *NoteAnchor(Right, Top)
    *TitleFlag(Yes)
*EndNote()