File size: 748 Bytes
1de6f3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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