Change Colour
As the user is customising their Design during the Form-Filling step, they can set arbitrary colour components to a variable. Later, when the Design is processed by the Rendering Server, this Document Action assembly DLL is called to transform the user input (text) to a proper colour value and set the value to a named Template Project colour.
Release Notes
Version 2.0
27/12/2019
- The Colour Components argument accepts not only a comma but also a space character as a separator. If there are three colour components passed, the code sets the named colour in RGB format.
Version 1.2
26/09/2019
- Compiled in a DLL. The Colour Components argument is a single string in CSV format.
Version 1.1
01/06/2019
- Initial release of the .cs source-code. The colour components are four separate arguments.