Usage Long AnnoObjGetColor
Description Returns the color of the selected object. Objects of type aotWout (=1) and aotStamp (=3) do not have any color.
Parameters None
Return value Color of the object or -1 if the object has no color information. It may return one of the following values:
acoBlack (=0)
acoGray (=1)
acoBlue (=2)
acoRed (=3)
acoPurple (=4)
acoGreen (=5)
acoLBlue (=6)
acoYellow (=7)
acoLGray (=8)
acoWhite (=9)
Programming Notes None