Usage void AnnoUISetRGBColorComponents (Red As Long, Green As Long, Blue As Long)
Description Sets up the new object color for the user interface handler. It is applied to the new aotNote, aotHighlight, aotLine, aotRect, aotCircle, aotRoundRect, aotText or aotFreeHand objects and the selected objects of these types, if there are any.
Parameters Red Long Red component of RGB.
Green Long Green component of RGB.
Blue Long Blue component of RGB.
Return value None
Programming Notes None