The base class for every panel.
It contains some common properties that are used by the panels if adequate.
the ID of the panel that determines the actual type.
can be used to show a better title in the popup
an object that contains 5 basic colour IDs that can be used to customize the panel: bgColour, textColour, itemColour1, itemColour2 and itemColour3
bgColour
textColour
itemColour1
itemColour2
itemColour3
this object contains information about the layout within its parent container. You usually don't need to change this via scripting.
if the panel is rendering text, this can be used to change the font. For changing the font-style, append Bold or Italic at the font name.
Bold
Italic
if the panel is rendering text, this can be used to change the font size.
©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.