--- In [EMAIL PROTECTED], "stindlpeter" <[EMAIL PROTECTED]> wrote: > -- In [EMAIL PROTECTED], "brucexs" <[EMAIL PROTECTED]> wrote: > > For format item, you must use a single number to specify the > > colour. You can use win.debug (inputtcolor) to find the number. > > Thank you a lot for your (quick) response - it works already:-) What > I do not understand somehow is that PowerPro seems to use a different > color code. I know RGB and I have no problems with Hex of any kind. >
PowerPro uses standard RGB as it is represented internally in memory. Which means that Red is the low byte, Green the middle byte, and blue the top byte. But it has become standard to represent this externally with Red as the high order byte, which PowerPro does not interpret properly. (I may have got things reversed in the previous paragraph -- I have not checked). In any event, the format item command will soon be obsoleted by the new CL.xxx functions, and I will use separate numbers for red, green, blue for this case. ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Domains - Claim yours for only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
