GH_Theme
Inheritance Hierarchy
System.Object
Grasshopper.GUI.Theme.GH_Theme
Namespace: Grasshopper.GUI.Theme
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public class GH_Theme : GH_ISerializable
The GH_Theme type exposes the following members.
Constructors
Name
Description
Public Method
GH_Theme.
Create a new default theme.
Public Method
GH_Theme(GH_Theme)
Make a duplicate of another theme.
Properties
Name
Description
Public Property
BackGround
Gets the theme background settings.
Public Property
Static Member
DefaultTheme
Public Property
Objects
Gets the theme objects and ZUI settings.
Public Property
Page
Gets the theme page and grid settings.
Public Property
Palettes
Gets the theme palette settings.
Public Property
Wires
Gets the theme wire settings.
Methods
Name
Description
Public Method
LoadTheme
Instantiate all palette and gui defaults. This function reads the colour values out of grasshopper_gui.xml settings database if it exists.
Public Method
Read
Public Method
SaveTheme
Store all palette and gui defaults. This function writes the colour values out to grasshopper_gui.xml settings database.
Public Method
Write