Patterns in graphics state
Does anyone have some example code for how patterns are used with graphics-state objects in the CAPI? In section 12.3 of the CAPI User Guide it says that the pattern should be a "pixmap" which is not defined as far as I can see. Is a "pixmap" the same as a "pixmap port", i.e. do I create the pattern with operations like CREATE-PIXMAP-PORT? Or do I specify/load external images which are then used as patterns? FWIW, I'm currently only interested in a simple "gray" pattern. Thanks, Edi.