m.graf 33 Posted January 12 (edited) Hi all,  Today I need your help, how do I change the background color of a hatch and what the hell are those displayed RGB values 🙂  greatings M. Graf   hatch.vwx Edited January 12 by m.graf Quote Share this post Link to post
Antonio Landsberger 22 Posted January 13 The hatch definition being a resource (like symbols), I'm not sure there is an easy way to solve this. Looking through the developer wiki I could not find any useful command. The nodes you are using only work with Fill Patterns:https://developer.vectorworks.net/index.php/VS:Function_Reference_Appendix#fptable The colors you get in Vectorworks are long integer RGB values. What in web design usually is 0-255 is 0-65535 in Vectorworks. A simple conversion gives you the values you want. Quote Share this post Link to post