DemiLib
A collection of Demigiant's utility libraries for Unity (https://github.com/Demigiant/demilib)
DG.DemiLib.DeColorPalette Class Reference

Stores a color palette, which can be passed to default DeGUI layouts when calling More...

Public Attributes

DeColorBG bg = new DeColorBG()
 
DeColorContent content = new DeColorContent()
 

Detailed Description

Stores a color palette, which can be passed to default DeGUI layouts when calling

DeGUI.BeginGUI, and changed at any time by calling DeGUI.ChangePalette. You can inherit from this class to create custom color palettes with more color options.

Member Data Documentation

DeColorBG DG.DemiLib.DeColorPalette.bg = new DeColorBG()
DeColorContent DG.DemiLib.DeColorPalette.content = new DeColorContent()

The documentation for this class was generated from the following file: