DemiLib.xml 1.2 KB

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