Usage Boolean AnnoUIGetRGBColorComponents(Red As Long*, Green As Long*, Blue As Long*)
Description This method retrieves the color of the last selected aotNote, aotHighlight, aotLine, aotRect, aotCircle, aotRoundRect, aotText or aotFreeHand object.
Parameters Red Long* Red component of RGB.
Green Long* Green component of RGB.
Blue Long* Blue component of RGB.
Return value TRUE on success, otherwise FALSE.
Programming Notes See AnnoUIGetRGBColorComponent method. This method does not pass parameters as reference.