VenusLibraryDocumentation / ColourSchemeLibrary.rst
theonetruenerd's picture
Upload 43 files
1de6f3f verified
ColourSchemeLibrary
=============================
https://github.com/theonetruenerd/VenusPackages/blob/main/ColourSchemeLibrary.pkg
The ColourSchemeLibrary allows the user to change the colour scheme of the Hamilton standard dialogues. It adds the following function
- :py:func:`Assign`
.. py:function:: Assign(variable i_str_ColorSchemeCode)
This function updates the colour scheme of the Standard Dialogues that will be used in the method where the library is executed. Requires HSLExtensions(File), HSLExtensions(Directory), and ASW Global.
:params i_str_ColorSchemeCode: The input color scheme code which is the int KitProviderCode. Hamilton = 0.
:type i_str_ColorSchemeCode: Variable
:return: None
:rtype: N/A