@@ -76,11 +76,6 @@ Notes:
7676 * There is no support for PostScript at the moment.
7777 * The hardcopy types are available in Fortran. C-Bindings have not been tested with them
7878
79- ### (Extension) Display/Color
80- There is some support for transparency.
81- * PSALCH(REAL VALUE): set ALPHA channel to Value. Value is between 0(fully transparent) and 1 (opaque). Added to the current structure.
82- * pset_alpha_channel(float value): C-Binding for PSALCH. Added to the current structure.
83-
8479### Input devices
8580Openphigs behaviour on echo modes is summarized below.
8681
@@ -137,9 +132,21 @@ Extensions:
137132 * as 4 but
138133 * echo area is given as a fraction of the root window
139134
135+ ## Extensions
136+ ### There is some support for transparency.
137+ #### Fortran bindings
138+ * PXNDEF(STRING NAME): set the configuration location and file name
139+ * PXHCSF(INTEGER IWK, REAL VALUE): Set hardcopy scale factor for workstation ID WKID. Must be set before the workstation is being opened
140+
141+ * PSALCH(REAL VALUE): set ALPHA channel to Value. Value is between 0(fully transparent) and 1 (opaque). Added to the current structure.
142+ #### C-bindings
143+ * pxset_conf_file_name(char* path): set the configuration location and file name
144+ * pxset_conf_hcsf(WKID, float value): Set hardcopy scale factor for workstation ID WKID. Must be set before the workstation is being opened
145+
146+ * pset_alpha_channel(float value): C-Binding for PSALCH. Added to the current structure.
147+
140148## Versions
141149* 0.0.1-1: Revised code from upstream
142150* 0.0.2-1: Implement additional extend C and Fortran bindings for CERN specific purposes
143- * 0.0.2-1: Implement additional extend C and Fortran bindings for CERN specific purposes
144151* v0.1-1: Fixes for exotic hardware
145152* v0.2-1: Introduce scale factor for hardcopies
0 commit comments