blob: 99e8b59b85af762b662e0b7c56d12d6ae5ae23c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
<?xml version="1.0"?>
<doc>
<assembly>
<name>DemiLib</name>
</assembly>
<members>
<member name="F:DG.DemiLib.Core.GUIUtils.isProSkin">
<summary>
Set when calling <code>DeGUI.BeginGUI</code>
</summary>
</member>
<member name="T:DG.DemiLib.DeColorPalette">
<summary>
Stores a color palette, which can be passed to default DeGUI layouts when calling <code>DeGUI.BeginGUI</code>,
and changed at any time by calling <code>DeGUI.ChangePalette</code>.
You can inherit from this class to create custom color palettes with more color options.
</summary>
</member>
<member name="T:DG.DemiLib.DeColorBG">
<summary>
Background colors
</summary>
</member>
<member name="T:DG.DemiLib.DeColorContent">
<summary>
Content colors
</summary>
</member>
<member name="T:DG.DemiLib.DeSkinColor">
<summary>
Contains both free and pro skins color variations,
and automatically returns the correct one when converted to Color
</summary>
</member>
</members>
</doc>
|