MYOB EXO Business

Hide NavigationShow Navigation

  • Contents
  • Index
  • Search
 
Show results that include all search words

 

Custom Colours

You can define any colour you like in Clarity. You may have used one of the colour palette dialogue boxes to come up with new colours, but you can also specify them in code if you know the Red/Green/Blue (RGB) values of the colour – red, green and blue being the primary colours of the spectrum of light. The RGB function takes three integer parameters, one for each colour, from 0-255 indicating the intensity of that colour. So RGB(0,0,0) is black (no light of any colour) and RGB(255,255,255) is white (full intensity of red, green and blue).

You can use a custom colour in the following way: