Arbortext IsoView > Programmer's Reference > Object Tip > SetObjectTipColor
  
SetObjectTipColor
Use this method to set the color attributes used for object tips. By default the system color for tool tips is used.
The color value can be calculated as follows: color = r + g*256 + b*65536, with r, g and b indicating the colors red, green and blue in a range between 0 and 255.
Introduced with Arbortext IsoView 2.0.
Syntax
SetObjectTipColorBackgroundText
Parameters:
Background
Defines the background color as 32 bit unsigned integer.
Text
Defines the text color as 32 bit unsigned integer.
document.ivx1.SetObjectTipColor( 8454143, 0 );