fxruby 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (251) hide show
  1. data/doc/apes02.html +6 -6
  2. data/doc/apes03.html +11 -11
  3. data/doc/book.html +1 -1
  4. data/doc/build.html +63 -63
  5. data/doc/ch03s02.html +7 -7
  6. data/doc/ch03s03.html +18 -18
  7. data/doc/ch03s04.html +11 -11
  8. data/doc/ch03s05.html +14 -14
  9. data/doc/ch04s02.html +14 -14
  10. data/doc/ch04s03.html +15 -15
  11. data/doc/ch04s04.html +28 -28
  12. data/doc/ch05s02.html +49 -49
  13. data/doc/ch05s03.html +8 -8
  14. data/doc/changes.html +176 -176
  15. data/doc/clipboardtut.html +11 -11
  16. data/doc/cvs.html +10 -10
  17. data/doc/differences.html +4 -4
  18. data/doc/dragdroptut.html +50 -50
  19. data/doc/events.html +11 -11
  20. data/doc/examples.html +47 -47
  21. data/doc/gems.html +37 -37
  22. data/doc/goals.html +4 -4
  23. data/doc/images/iconlist-bigicons.png +0 -0
  24. data/doc/images/iconlist-details.png +0 -0
  25. data/doc/implementation.html +4 -4
  26. data/doc/infosources.html +6 -6
  27. data/doc/library.html +19 -19
  28. data/doc/opengl.html +31 -31
  29. data/doc/pt01.html +1 -1
  30. data/doc/pt02.html +1 -1
  31. data/doc/scintilla.html +15 -15
  32. data/doc/todo.html +5 -5
  33. data/doc/tutorial1.html +34 -34
  34. data/examples/dilbert.rb +1 -1
  35. data/ext/fox14/FXRbApp.cpp +1 -1
  36. data/ext/fox14/FXRbDataTarget.cpp +1 -1
  37. data/ext/fox14/FXRbGLViewer.cpp +1 -1
  38. data/ext/fox14/FXRuby.cpp +1 -1
  39. data/ext/fox14/core_wrap.cpp +0 -12
  40. data/ext/fox14/dialogs_wrap.cpp +43 -19
  41. data/ext/fox14/frames_wrap.cpp +1130 -308
  42. data/ext/fox14/fx3d_wrap.cpp +38 -13
  43. data/ext/fox14/icons_wrap.cpp +24 -6
  44. data/ext/fox14/image_wrap.cpp +24 -6
  45. data/ext/fox14/include/FXMemoryBuffer.h +1 -1
  46. data/ext/fox14/include/FXRb4Splitter.h +1 -1
  47. data/ext/fox14/include/FXRb7Segment.h +1 -1
  48. data/ext/fox14/include/FXRbAccelTable.h +1 -1
  49. data/ext/fox14/include/FXRbApp.h +1 -1
  50. data/ext/fox14/include/FXRbArrowButton.h +1 -1
  51. data/ext/fox14/include/FXRbBMPIcon.h +1 -1
  52. data/ext/fox14/include/FXRbBMPImage.h +1 -1
  53. data/ext/fox14/include/FXRbBitmap.h +1 -1
  54. data/ext/fox14/include/FXRbBitmapFrame.h +1 -1
  55. data/ext/fox14/include/FXRbBitmapView.h +1 -1
  56. data/ext/fox14/include/FXRbButton.h +1 -1
  57. data/ext/fox14/include/FXRbCURCursor.h +1 -1
  58. data/ext/fox14/include/FXRbCanvas.h +1 -1
  59. data/ext/fox14/include/FXRbCheckButton.h +1 -1
  60. data/ext/fox14/include/FXRbChoiceBox.h +1 -1
  61. data/ext/fox14/include/FXRbColorBar.h +1 -1
  62. data/ext/fox14/include/FXRbColorDialog.h +1 -1
  63. data/ext/fox14/include/FXRbColorSelector.h +1 -1
  64. data/ext/fox14/include/FXRbColorWell.h +1 -1
  65. data/ext/fox14/include/FXRbColorWheel.h +1 -1
  66. data/ext/fox14/include/FXRbComboBox.h +1 -1
  67. data/ext/fox14/include/FXRbCommon.h +1 -1
  68. data/ext/fox14/include/FXRbComposite.h +1 -1
  69. data/ext/fox14/include/FXRbCursor.h +1 -1
  70. data/ext/fox14/include/FXRbDC.h +1 -1
  71. data/ext/fox14/include/FXRbDCPrint.h +1 -1
  72. data/ext/fox14/include/FXRbDCWindow.h +1 -1
  73. data/ext/fox14/include/FXRbDataTarget.h +1 -1
  74. data/ext/fox14/include/FXRbDebugTarget.h +1 -1
  75. data/ext/fox14/include/FXRbDelegator.h +1 -1
  76. data/ext/fox14/include/FXRbDial.h +1 -1
  77. data/ext/fox14/include/FXRbDialogBox.h +1 -1
  78. data/ext/fox14/include/FXRbDict.h +1 -1
  79. data/ext/fox14/include/FXRbDirBox.h +1 -1
  80. data/ext/fox14/include/FXRbDirDialog.h +1 -1
  81. data/ext/fox14/include/FXRbDirList.h +1 -1
  82. data/ext/fox14/include/FXRbDirSelector.h +1 -1
  83. data/ext/fox14/include/FXRbDockBar.h +1 -1
  84. data/ext/fox14/include/FXRbDockHandler.h +1 -1
  85. data/ext/fox14/include/FXRbDockSite.h +1 -1
  86. data/ext/fox14/include/FXRbDockTitle.h +1 -1
  87. data/ext/fox14/include/FXRbDocument.h +1 -1
  88. data/ext/fox14/include/FXRbDragCorner.h +1 -1
  89. data/ext/fox14/include/FXRbDrawable.h +1 -1
  90. data/ext/fox14/include/FXRbDriveBox.h +1 -1
  91. data/ext/fox14/include/FXRbFileDialog.h +1 -1
  92. data/ext/fox14/include/FXRbFileDict.h +1 -1
  93. data/ext/fox14/include/FXRbFileList.h +1 -1
  94. data/ext/fox14/include/FXRbFileSelector.h +1 -1
  95. data/ext/fox14/include/FXRbFoldingList.h +1 -1
  96. data/ext/fox14/include/FXRbFont.h +1 -1
  97. data/ext/fox14/include/FXRbFontDialog.h +1 -1
  98. data/ext/fox14/include/FXRbFontSelector.h +1 -1
  99. data/ext/fox14/include/FXRbFrame.h +1 -1
  100. data/ext/fox14/include/FXRbGIFCursor.h +1 -1
  101. data/ext/fox14/include/FXRbGIFIcon.h +1 -1
  102. data/ext/fox14/include/FXRbGIFImage.h +1 -1
  103. data/ext/fox14/include/FXRbGLCanvas.h +1 -1
  104. data/ext/fox14/include/FXRbGLContext.h +1 -1
  105. data/ext/fox14/include/FXRbGLObject.h +1 -1
  106. data/ext/fox14/include/FXRbGLShape.h +1 -1
  107. data/ext/fox14/include/FXRbGLViewer.h +1 -1
  108. data/ext/fox14/include/FXRbGLVisual.h +1 -1
  109. data/ext/fox14/include/FXRbGradientBar.h +1 -1
  110. data/ext/fox14/include/FXRbGroupBox.h +1 -1
  111. data/ext/fox14/include/FXRbHeader.h +1 -1
  112. data/ext/fox14/include/FXRbHorizontalFrame.h +1 -1
  113. data/ext/fox14/include/FXRbICOIcon.h +1 -1
  114. data/ext/fox14/include/FXRbICOImage.h +1 -1
  115. data/ext/fox14/include/FXRbIcon.h +1 -1
  116. data/ext/fox14/include/FXRbIconList.h +1 -1
  117. data/ext/fox14/include/FXRbIconSource.h +1 -1
  118. data/ext/fox14/include/FXRbId.h +1 -1
  119. data/ext/fox14/include/FXRbImage.h +1 -1
  120. data/ext/fox14/include/FXRbImageFrame.h +1 -1
  121. data/ext/fox14/include/FXRbImageView.h +1 -1
  122. data/ext/fox14/include/FXRbInputDialog.h +1 -1
  123. data/ext/fox14/include/FXRbJPGIcon.h +1 -1
  124. data/ext/fox14/include/FXRbJPGImage.h +1 -1
  125. data/ext/fox14/include/FXRbLabel.h +1 -1
  126. data/ext/fox14/include/FXRbList.h +1 -1
  127. data/ext/fox14/include/FXRbListBox.h +1 -1
  128. data/ext/fox14/include/FXRbMDIButton.h +1 -1
  129. data/ext/fox14/include/FXRbMDIChild.h +1 -1
  130. data/ext/fox14/include/FXRbMDIClient.h +1 -1
  131. data/ext/fox14/include/FXRbMainWindow.h +1 -1
  132. data/ext/fox14/include/FXRbMatrix.h +1 -1
  133. data/ext/fox14/include/FXRbMenuBar.h +1 -1
  134. data/ext/fox14/include/FXRbMenuButton.h +1 -1
  135. data/ext/fox14/include/FXRbMenuCaption.h +1 -1
  136. data/ext/fox14/include/FXRbMenuCascade.h +1 -1
  137. data/ext/fox14/include/FXRbMenuCheck.h +1 -1
  138. data/ext/fox14/include/FXRbMenuCommand.h +1 -1
  139. data/ext/fox14/include/FXRbMenuPane.h +1 -1
  140. data/ext/fox14/include/FXRbMenuRadio.h +1 -1
  141. data/ext/fox14/include/FXRbMenuSeparator.h +1 -1
  142. data/ext/fox14/include/FXRbMenuTitle.h +1 -1
  143. data/ext/fox14/include/FXRbMessageBox.h +1 -1
  144. data/ext/fox14/include/FXRbObject.h +1 -1
  145. data/ext/fox14/include/FXRbOptionMenu.h +1 -1
  146. data/ext/fox14/include/FXRbPCXIcon.h +1 -1
  147. data/ext/fox14/include/FXRbPCXImage.h +1 -1
  148. data/ext/fox14/include/FXRbPNGIcon.h +1 -1
  149. data/ext/fox14/include/FXRbPNGImage.h +1 -1
  150. data/ext/fox14/include/FXRbPPMIcon.h +1 -1
  151. data/ext/fox14/include/FXRbPPMImage.h +1 -1
  152. data/ext/fox14/include/FXRbPacker.h +1 -1
  153. data/ext/fox14/include/FXRbPicker.h +1 -1
  154. data/ext/fox14/include/FXRbPopup.h +1 -1
  155. data/ext/fox14/include/FXRbPrintDialog.h +1 -1
  156. data/ext/fox14/include/FXRbProgressBar.h +1 -1
  157. data/ext/fox14/include/FXRbProgressDialog.h +1 -1
  158. data/ext/fox14/include/FXRbRGBIcon.h +1 -1
  159. data/ext/fox14/include/FXRbRGBImage.h +1 -1
  160. data/ext/fox14/include/FXRbRadioButton.h +1 -1
  161. data/ext/fox14/include/FXRbRealSlider.h +1 -1
  162. data/ext/fox14/include/FXRbRealSpinner.h +1 -1
  163. data/ext/fox14/include/FXRbRecentFiles.h +1 -1
  164. data/ext/fox14/include/FXRbRegistry.h +1 -1
  165. data/ext/fox14/include/FXRbReplaceDialog.h +1 -1
  166. data/ext/fox14/include/FXRbRootWindow.h +1 -1
  167. data/ext/fox14/include/FXRbRuler.h +1 -1
  168. data/ext/fox14/include/FXRbScintilla.h +1 -1
  169. data/ext/fox14/include/FXRbScrollArea.h +1 -1
  170. data/ext/fox14/include/FXRbScrollBar.h +1 -1
  171. data/ext/fox14/include/FXRbScrollPane.h +1 -1
  172. data/ext/fox14/include/FXRbScrollWindow.h +1 -1
  173. data/ext/fox14/include/FXRbSearchDialog.h +1 -1
  174. data/ext/fox14/include/FXRbSeparator.h +1 -1
  175. data/ext/fox14/include/FXRbSettings.h +1 -1
  176. data/ext/fox14/include/FXRbShell.h +1 -1
  177. data/ext/fox14/include/FXRbShutter.h +1 -1
  178. data/ext/fox14/include/FXRbSlider.h +1 -1
  179. data/ext/fox14/include/FXRbSpinner.h +1 -1
  180. data/ext/fox14/include/FXRbSplashWindow.h +1 -1
  181. data/ext/fox14/include/FXRbSplitter.h +1 -1
  182. data/ext/fox14/include/FXRbSpring.h +1 -1
  183. data/ext/fox14/include/FXRbStatusBar.h +1 -1
  184. data/ext/fox14/include/FXRbStatusLine.h +1 -1
  185. data/ext/fox14/include/FXRbStream.h +1 -1
  186. data/ext/fox14/include/FXRbStringDict.h +1 -1
  187. data/ext/fox14/include/FXRbSwitcher.h +1 -1
  188. data/ext/fox14/include/FXRbTGAIcon.h +1 -1
  189. data/ext/fox14/include/FXRbTGAImage.h +1 -1
  190. data/ext/fox14/include/FXRbTIFIcon.h +1 -1
  191. data/ext/fox14/include/FXRbTIFImage.h +1 -1
  192. data/ext/fox14/include/FXRbTabBar.h +1 -1
  193. data/ext/fox14/include/FXRbTabBook.h +1 -1
  194. data/ext/fox14/include/FXRbTabItem.h +1 -1
  195. data/ext/fox14/include/FXRbTable.h +1 -1
  196. data/ext/fox14/include/FXRbText.h +1 -1
  197. data/ext/fox14/include/FXRbTextField.h +1 -1
  198. data/ext/fox14/include/FXRbToggleButton.h +1 -1
  199. data/ext/fox14/include/FXRbToolBar.h +1 -1
  200. data/ext/fox14/include/FXRbToolBarGrip.h +1 -1
  201. data/ext/fox14/include/FXRbToolBarShell.h +1 -1
  202. data/ext/fox14/include/FXRbToolBarTab.h +1 -1
  203. data/ext/fox14/include/FXRbToolTip.h +1 -1
  204. data/ext/fox14/include/FXRbTopWindow.h +1 -1
  205. data/ext/fox14/include/FXRbTreeList.h +1 -1
  206. data/ext/fox14/include/FXRbTreeListBox.h +1 -1
  207. data/ext/fox14/include/FXRbTriStateButton.h +1 -1
  208. data/ext/fox14/include/FXRbVerticalFrame.h +1 -1
  209. data/ext/fox14/include/FXRbVisual.h +1 -1
  210. data/ext/fox14/include/FXRbWindow.h +1 -1
  211. data/ext/fox14/include/FXRbWizard.h +1 -1
  212. data/ext/fox14/include/FXRbXBMIcon.h +1 -1
  213. data/ext/fox14/include/FXRbXBMImage.h +1 -1
  214. data/ext/fox14/include/FXRbXPMIcon.h +1 -1
  215. data/ext/fox14/include/FXRbXPMImage.h +1 -1
  216. data/ext/fox14/include/FXRuby.h +1 -1
  217. data/ext/fox14/label_wrap.cpp +23 -8
  218. data/ext/fox14/markfuncs.cpp +8 -1
  219. data/ext/fox14/mdi_wrap.cpp +47 -17
  220. data/ext/fox14/menu_wrap.cpp +34 -10
  221. data/ext/fox14/scintilla_wrap.cpp +31 -7
  222. data/ext/fox14/table_wrap.cpp +31 -7
  223. data/ext/fox14/text_wrap.cpp +31 -7
  224. data/ext/fox14/treelist_wrap.cpp +31 -7
  225. data/ext/fox14/ui_wrap.cpp +497 -154
  226. data/ext/fox14/unregisterOwnedObjects.cpp +1 -1
  227. data/lib/fox14/aliases.rb +3 -3
  228. data/lib/fox14/colors.rb +282 -282
  229. data/lib/fox14/core.rb +7 -0
  230. data/lib/fox14/splashscreen.rb +83 -83
  231. data/lib/fox14/version.rb +1 -1
  232. data/rdoc-sources/FX4Splitter.rb +138 -138
  233. data/rdoc-sources/FXFoldingList.rb +2 -2
  234. data/rdoc-sources/FXQuatd.rb +171 -1
  235. data/rdoc-sources/FXQuatf.rb +175 -1
  236. data/rdoc-sources/FXWindow.rb +0 -3
  237. data/tests/TC_FXComboBox.rb +10 -1
  238. data/tests/TC_FXDirList.rb +1 -1
  239. data/tests/TC_FXGLViewer.rb +2 -0
  240. data/tests/TC_FXHeader.rb +1 -1
  241. data/tests/TC_FXIconList.rb +1 -1
  242. data/tests/TC_FXId.rb +1 -1
  243. data/tests/TC_FXListBox.rb +1 -1
  244. data/tests/TC_FXMenuCommand.rb +0 -14
  245. data/tests/TC_FXTable.rb +0 -32
  246. data/tests/TC_FXTableItem.rb +1 -1
  247. data/tests/TC_FXTreeList.rb +1 -1
  248. data/tests/TC_FXTreeListBox.rb +1 -1
  249. data/web/top.html +15 -15
  250. metadata +2 -3
  251. data/ChangeLog +0 -11094
@@ -1,5 +1,5 @@
1
1
  /***********************************************************************
2
- * $Id: unregisterOwnedObjects.cpp,v 1.1 2005/08/14 15:12:43 lyle Exp $
2
+ * $Id: unregisterOwnedObjects.cpp 2137 2005-08-14 15:12:43Z lyle $
3
3
  ***********************************************************************/
4
4
 
5
5
  /**
data/lib/fox14/aliases.rb CHANGED
@@ -1791,6 +1791,9 @@ module Fox
1791
1791
  def current? # :nodoc:
1792
1792
  isCurrent()
1793
1793
  end
1794
+ def isShared # :nodoc:
1795
+ shared?
1796
+ end
1794
1797
  end
1795
1798
 
1796
1799
  class FXGLContext
@@ -5407,9 +5410,6 @@ module Fox
5407
5410
  def backColor(*args) # :nodoc:
5408
5411
  getBackColor(*args)
5409
5412
  end
5410
- def children(*args) # :nodoc:
5411
- getChildren(*args)
5412
- end
5413
5413
  def doesSaveUnder?(*args) # :nodoc:
5414
5414
  doesSaveUnder(*args)
5415
5415
  end
data/lib/fox14/colors.rb CHANGED
@@ -1,282 +1,282 @@
1
- require 'fox14'
2
-
3
- module Fox
4
- class FXColor
5
- # Colors from X Windows (Contributed by Jeff Heard)
6
- GhostWhite = Fox.FXRGB(248, 248, 255)
7
- WhiteSmoke = Fox.FXRGB(245, 245, 245)
8
- FloralWhite = Fox.FXRGB(255, 250, 240)
9
- OldLace = Fox.FXRGB(253, 245, 230)
10
- AntiqueWhite = Fox.FXRGB(250, 235, 215)
11
- PapayaWhip = Fox.FXRGB(255, 239, 213)
12
- BlanchedAlmond = Fox.FXRGB(255, 235, 205)
13
- PeachPuff = Fox.FXRGB(255, 218, 185)
14
- NavajoWhite = Fox.FXRGB(255, 222, 173)
15
- LemonChiffon = Fox.FXRGB(255, 250, 205)
16
- MintCream = Fox.FXRGB(245, 255, 250)
17
- AliceBlue = Fox.FXRGB(240, 248, 255)
18
- LavenderBlush = Fox.FXRGB(255, 240, 245)
19
- MistyRose = Fox.FXRGB(255, 228, 225)
20
- DarkSlateGray = Fox.FXRGB( 47, 79, 79)
21
- DarkSlateGrey = Fox.FXRGB( 47, 79, 79)
22
- DimGray = Fox.FXRGB(105, 105, 105)
23
- DimGrey = Fox.FXRGB(105, 105, 105)
24
- SlateGray = Fox.FXRGB(112, 128, 144)
25
- SlateGrey = Fox.FXRGB(112, 128, 144)
26
- LightSlateGray = Fox.FXRGB(119, 136, 153)
27
- LightSlateGrey = Fox.FXRGB(119, 136, 153)
28
- LightGrey = Fox.FXRGB(211, 211, 211)
29
- LightGray = Fox.FXRGB(211, 211, 211)
30
- MidnightBlue = Fox.FXRGB( 25, 25, 112)
31
- NavyBlue = Fox.FXRGB( 0, 0, 128)
32
- CornflowerBlue = Fox.FXRGB(100, 149, 237)
33
- DarkSlateBlue = Fox.FXRGB( 72, 61, 139)
34
- SlateBlue = Fox.FXRGB(106, 90, 205)
35
- MediumSlateBlue = Fox.FXRGB(123, 104, 238)
36
- LightSlateBlue = Fox.FXRGB(132, 112, 255)
37
- MediumBlue = Fox.FXRGB( 0, 0, 205)
38
- RoyalBlue = Fox.FXRGB( 65, 105, 225)
39
- DodgerBlue = Fox.FXRGB( 30, 144, 255)
40
- DeepSkyBlue = Fox.FXRGB( 0, 191, 255)
41
- SkyBlue = Fox.FXRGB(135, 206, 235)
42
- LightSkyBlue = Fox.FXRGB(135, 206, 250)
43
- SteelBlue = Fox.FXRGB( 70, 130, 180)
44
- LightSteelBlue = Fox.FXRGB(176, 196, 222)
45
- LightBlue = Fox.FXRGB(173, 216, 230)
46
- PowderBlue = Fox.FXRGB(176, 224, 230)
47
- PaleTurquoise = Fox.FXRGB(175, 238, 238)
48
- DarkTurquoise = Fox.FXRGB( 0, 206, 209)
49
- MediumTurquoise = Fox.FXRGB( 72, 209, 204)
50
- LightCyan = Fox.FXRGB(224, 255, 255)
51
- CadetBlue = Fox.FXRGB( 95, 158, 160)
52
- MediumAquamarine = Fox.FXRGB(102, 205, 170)
53
- DarkGreen = Fox.FXRGB( 0, 100, 0)
54
- DarkOliveGreen = Fox.FXRGB( 85, 107, 47)
55
- DarkSeaGreen = Fox.FXRGB(143, 188, 143)
56
- SeaGreen = Fox.FXRGB( 46, 139, 87)
57
- MediumSeaGreen = Fox.FXRGB( 60, 179, 113)
58
- LightSeaGreen = Fox.FXRGB( 32, 178, 170)
59
- PaleGreen = Fox.FXRGB(152, 251, 152)
60
- SpringGreen = Fox.FXRGB( 0, 255, 127)
61
- LawnGreen = Fox.FXRGB(124, 252, 0)
62
- MediumSpringGreen = Fox.FXRGB( 0, 250, 154)
63
- GreenYellow = Fox.FXRGB(173, 255, 47)
64
- LimeGreen = Fox.FXRGB( 50, 205, 50)
65
- YellowGreen = Fox.FXRGB(154, 205, 50)
66
- ForestGreen = Fox.FXRGB( 34, 139, 34)
67
- OliveDrab = Fox.FXRGB(107, 142, 35)
68
- DarkKhaki = Fox.FXRGB(189, 183, 107)
69
- PaleGoldenrod = Fox.FXRGB(238, 232, 170)
70
- LightGoldenrodYellow = Fox.FXRGB(250, 250, 210)
71
- LightYellow = Fox.FXRGB(255, 255, 224)
72
- LightGoldenrod = Fox.FXRGB(238, 221, 130)
73
- DarkGoldenrod = Fox.FXRGB(184, 134, 11)
74
- RosyBrown = Fox.FXRGB(188, 143, 143)
75
- IndianRed = Fox.FXRGB(205, 92, 92)
76
- SaddleBrown = Fox.FXRGB(139, 69, 19)
77
- SandyBrown = Fox.FXRGB(244, 164, 96)
78
- DarkSalmon = Fox.FXRGB(233, 150, 122)
79
- LightSalmon = Fox.FXRGB(255, 160, 122)
80
- DarkOrange = Fox.FXRGB(255, 140, 0)
81
- LightCoral = Fox.FXRGB(240, 128, 128)
82
- OrangeRed = Fox.FXRGB(255, 69, 0)
83
- HotPink = Fox.FXRGB(255, 105, 180)
84
- DeepPink = Fox.FXRGB(255, 20, 147)
85
- LightPink = Fox.FXRGB(255, 182, 193)
86
- PaleVioletRed = Fox.FXRGB(219, 112, 147)
87
- MediumVioletRed = Fox.FXRGB(199, 21, 133)
88
- VioletRed = Fox.FXRGB(208, 32, 144)
89
- MediumOrchid = Fox.FXRGB(186, 85, 211)
90
- DarkOrchid = Fox.FXRGB(153, 50, 204)
91
- DarkViolet = Fox.FXRGB(148, 0, 211)
92
- BlueViolet = Fox.FXRGB(138, 43, 226)
93
- MediumPurple = Fox.FXRGB(147, 112, 219)
94
- AntiqueWhite1 = Fox.FXRGB(255, 239, 219)
95
- AntiqueWhite2 = Fox.FXRGB(238, 223, 204)
96
- AntiqueWhite3 = Fox.FXRGB(205, 192, 176)
97
- AntiqueWhite4 = Fox.FXRGB(139, 131, 120)
98
- PeachPuff1 = Fox.FXRGB(255, 218, 185)
99
- PeachPuff2 = Fox.FXRGB(238, 203, 173)
100
- PeachPuff3 = Fox.FXRGB(205, 175, 149)
101
- PeachPuff4 = Fox.FXRGB(139, 119, 101)
102
- NavajoWhite1 = Fox.FXRGB(255, 222, 173)
103
- NavajoWhite2 = Fox.FXRGB(238, 207, 161)
104
- NavajoWhite3 = Fox.FXRGB(205, 179, 139)
105
- NavajoWhite4 = Fox.FXRGB(139, 121, 94)
106
- LemonChiffon1 = Fox.FXRGB(255, 250, 205)
107
- LemonChiffon2 = Fox.FXRGB(238, 233, 191)
108
- LemonChiffon3 = Fox.FXRGB(205, 201, 165)
109
- LemonChiffon4 = Fox.FXRGB(139, 137, 112)
110
- LavenderBlush1 = Fox.FXRGB(255, 240, 245)
111
- LavenderBlush2 = Fox.FXRGB(238, 224, 229)
112
- LavenderBlush3 = Fox.FXRGB(205, 193, 197)
113
- LavenderBlush4 = Fox.FXRGB(139, 131, 134)
114
- MistyRose1 = Fox.FXRGB(255, 228, 225)
115
- MistyRose2 = Fox.FXRGB(238, 213, 210)
116
- MistyRose3 = Fox.FXRGB(205, 183, 181)
117
- MistyRose4 = Fox.FXRGB(139, 125, 123)
118
- SlateBlue1 = Fox.FXRGB(131, 111, 255)
119
- SlateBlue2 = Fox.FXRGB(122, 103, 238)
120
- SlateBlue3 = Fox.FXRGB(105, 89, 205)
121
- SlateBlue4 = Fox.FXRGB( 71, 60, 139)
122
- RoyalBlue1 = Fox.FXRGB( 72, 118, 255)
123
- RoyalBlue2 = Fox.FXRGB( 67, 110, 238)
124
- RoyalBlue3 = Fox.FXRGB( 58, 95, 205)
125
- RoyalBlue4 = Fox.FXRGB( 39, 64, 139)
126
- DodgerBlue1 = Fox.FXRGB( 30, 144, 255)
127
- DodgerBlue2 = Fox.FXRGB( 28, 134, 238)
128
- DodgerBlue3 = Fox.FXRGB( 24, 116, 205)
129
- DodgerBlue4 = Fox.FXRGB( 16, 78, 139)
130
- SteelBlue1 = Fox.FXRGB( 99, 184, 255)
131
- SteelBlue2 = Fox.FXRGB( 92, 172, 238)
132
- SteelBlue3 = Fox.FXRGB( 79, 148, 205)
133
- SteelBlue4 = Fox.FXRGB( 54, 100, 139)
134
- DeepSkyBlue1 = Fox.FXRGB( 0, 191, 255)
135
- DeepSkyBlue2 = Fox.FXRGB( 0, 178, 238)
136
- DeepSkyBlue3 = Fox.FXRGB( 0, 154, 205)
137
- DeepSkyBlue4 = Fox.FXRGB( 0, 104, 139)
138
- SkyBlue1 = Fox.FXRGB(135, 206, 255)
139
- SkyBlue2 = Fox.FXRGB(126, 192, 238)
140
- SkyBlue3 = Fox.FXRGB(108, 166, 205)
141
- SkyBlue4 = Fox.FXRGB( 74, 112, 139)
142
- LightSkyBlue1 = Fox.FXRGB(176, 226, 255)
143
- LightSkyBlue2 = Fox.FXRGB(164, 211, 238)
144
- LightSkyBlue3 = Fox.FXRGB(141, 182, 205)
145
- LightSkyBlue4 = Fox.FXRGB( 96, 123, 139)
146
- SlateGray1 = Fox.FXRGB(198, 226, 255)
147
- SlateGray2 = Fox.FXRGB(185, 211, 238)
148
- SlateGray3 = Fox.FXRGB(159, 182, 205)
149
- SlateGray4 = Fox.FXRGB(108, 123, 139)
150
- LightSteelBlue1 = Fox.FXRGB(202, 225, 255)
151
- LightSteelBlue2 = Fox.FXRGB(188, 210, 238)
152
- LightSteelBlue3 = Fox.FXRGB(162, 181, 205)
153
- LightSteelBlue4 = Fox.FXRGB(110, 123, 139)
154
- LightBlue1 = Fox.FXRGB(191, 239, 255)
155
- LightBlue2 = Fox.FXRGB(178, 223, 238)
156
- LightBlue3 = Fox.FXRGB(154, 192, 205)
157
- LightBlue4 = Fox.FXRGB(104, 131, 139)
158
- LightCyan1 = Fox.FXRGB(224, 255, 255)
159
- LightCyan2 = Fox.FXRGB(209, 238, 238)
160
- LightCyan3 = Fox.FXRGB(180, 205, 205)
161
- LightCyan4 = Fox.FXRGB(122, 139, 139)
162
- PaleTurquoise1 = Fox.FXRGB(187, 255, 255)
163
- PaleTurquoise2 = Fox.FXRGB(174, 238, 238)
164
- PaleTurquoise3 = Fox.FXRGB(150, 205, 205)
165
- PaleTurquoise4 = Fox.FXRGB(102, 139, 139)
166
- CadetBlue1 = Fox.FXRGB(152, 245, 255)
167
- CadetBlue2 = Fox.FXRGB(142, 229, 238)
168
- CadetBlue3 = Fox.FXRGB(122, 197, 205)
169
- CadetBlue4 = Fox.FXRGB( 83, 134, 139)
170
- DarkSlateGray1 = Fox.FXRGB(151, 255, 255)
171
- DarkSlateGray2 = Fox.FXRGB(141, 238, 238)
172
- DarkSlateGray3 = Fox.FXRGB(121, 205, 205)
173
- DarkSlateGray4 = Fox.FXRGB( 82, 139, 139)
174
- DarkSeaGreen1 = Fox.FXRGB(193, 255, 193)
175
- DarkSeaGreen2 = Fox.FXRGB(180, 238, 180)
176
- DarkSeaGreen3 = Fox.FXRGB(155, 205, 155)
177
- DarkSeaGreen4 = Fox.FXRGB(105, 139, 105)
178
- SeaGreen1 = Fox.FXRGB( 84, 255, 159)
179
- SeaGreen2 = Fox.FXRGB( 78, 238, 148)
180
- SeaGreen3 = Fox.FXRGB( 67, 205, 128)
181
- SeaGreen4 = Fox.FXRGB( 46, 139, 87)
182
- PaleGreen1 = Fox.FXRGB(154, 255, 154)
183
- PaleGreen2 = Fox.FXRGB(144, 238, 144)
184
- PaleGreen3 = Fox.FXRGB(124, 205, 124)
185
- PaleGreen4 = Fox.FXRGB( 84, 139, 84)
186
- SpringGreen1 = Fox.FXRGB( 0, 255, 127)
187
- SpringGreen2 = Fox.FXRGB( 0, 238, 118)
188
- SpringGreen3 = Fox.FXRGB( 0, 205, 102)
189
- SpringGreen4 = Fox.FXRGB( 0, 139, 69)
190
- OliveDrab1 = Fox.FXRGB(192, 255, 62)
191
- OliveDrab2 = Fox.FXRGB(179, 238, 58)
192
- OliveDrab3 = Fox.FXRGB(154, 205, 50)
193
- OliveDrab4 = Fox.FXRGB(105, 139, 34)
194
- DarkOliveGreen1 = Fox.FXRGB(202, 255, 112)
195
- DarkOliveGreen2 = Fox.FXRGB(188, 238, 104)
196
- DarkOliveGreen3 = Fox.FXRGB(162, 205, 90)
197
- DarkOliveGreen4 = Fox.FXRGB(110, 139, 61)
198
- LightGoldenrod1 = Fox.FXRGB(255, 236, 139)
199
- LightGoldenrod2 = Fox.FXRGB(238, 220, 130)
200
- LightGoldenrod3 = Fox.FXRGB(205, 190, 112)
201
- LightGoldenrod4 = Fox.FXRGB(139, 129, 76)
202
- LightYellow1 = Fox.FXRGB(255, 255, 224)
203
- LightYellow2 = Fox.FXRGB(238, 238, 209)
204
- LightYellow3 = Fox.FXRGB(205, 205, 180)
205
- LightYellow4 = Fox.FXRGB(139, 139, 122)
206
- DarkGoldenrod1 = Fox.FXRGB(255, 185, 15)
207
- DarkGoldenrod2 = Fox.FXRGB(238, 173, 14)
208
- DarkGoldenrod3 = Fox.FXRGB(205, 149, 12)
209
- DarkGoldenrod4 = Fox.FXRGB(139, 101, 8)
210
- RosyBrown1 = Fox.FXRGB(255, 193, 193)
211
- RosyBrown2 = Fox.FXRGB(238, 180, 180)
212
- RosyBrown3 = Fox.FXRGB(205, 155, 155)
213
- RosyBrown4 = Fox.FXRGB(139, 105, 105)
214
- IndianRed1 = Fox.FXRGB(255, 106, 106)
215
- IndianRed2 = Fox.FXRGB(238, 99, 99)
216
- IndianRed3 = Fox.FXRGB(205, 85, 85)
217
- IndianRed4 = Fox.FXRGB(139, 58, 58)
218
- LightSalmon1 = Fox.FXRGB(255, 160, 122)
219
- LightSalmon2 = Fox.FXRGB(238, 149, 114)
220
- LightSalmon3 = Fox.FXRGB(205, 129, 98)
221
- LightSalmon4 = Fox.FXRGB(139, 87, 66)
222
- DarkOrange1 = Fox.FXRGB(255, 127, 0)
223
- DarkOrange2 = Fox.FXRGB(238, 118, 0)
224
- DarkOrange3 = Fox.FXRGB(205, 102, 0)
225
- DarkOrange4 = Fox.FXRGB(139, 69, 0)
226
- OrangeRed1 = Fox.FXRGB(255, 69, 0)
227
- OrangeRed2 = Fox.FXRGB(238, 64, 0)
228
- OrangeRed3 = Fox.FXRGB(205, 55, 0)
229
- OrangeRed4 = Fox.FXRGB(139, 37, 0)
230
- DeepPink1 = Fox.FXRGB(255, 20, 147)
231
- DeepPink2 = Fox.FXRGB(238, 18, 137)
232
- DeepPink3 = Fox.FXRGB(205, 16, 118)
233
- DeepPink4 = Fox.FXRGB(139, 10, 80)
234
- HotPink1 = Fox.FXRGB(255, 110, 180)
235
- HotPink2 = Fox.FXRGB(238, 106, 167)
236
- HotPink3 = Fox.FXRGB(205, 96, 144)
237
- HotPink4 = Fox.FXRGB(139, 58, 98)
238
- LightPink1 = Fox.FXRGB(255, 174, 185)
239
- LightPink2 = Fox.FXRGB(238, 162, 173)
240
- LightPink3 = Fox.FXRGB(205, 140, 149)
241
- LightPink4 = Fox.FXRGB(139, 95, 101)
242
- PaleVioletRed1 = Fox.FXRGB(255, 130, 171)
243
- PaleVioletRed2 = Fox.FXRGB(238, 121, 159)
244
- PaleVioletRed3 = Fox.FXRGB(205, 104, 137)
245
- PaleVioletRed4 = Fox.FXRGB(139, 71, 93)
246
- VioletRed1 = Fox.FXRGB(255, 62, 150)
247
- VioletRed2 = Fox.FXRGB(238, 58, 140)
248
- VioletRed3 = Fox.FXRGB(205, 50, 120)
249
- VioletRed4 = Fox.FXRGB(139, 34, 82)
250
- MediumOrchid1 = Fox.FXRGB(224, 102, 255)
251
- MediumOrchid2 = Fox.FXRGB(209, 95, 238)
252
- MediumOrchid3 = Fox.FXRGB(180, 82, 205)
253
- MediumOrchid4 = Fox.FXRGB(122, 55, 139)
254
- DarkOrchid1 = Fox.FXRGB(191, 62, 255)
255
- DarkOrchid2 = Fox.FXRGB(178, 58, 238)
256
- DarkOrchid3 = Fox.FXRGB(154, 50, 205)
257
- DarkOrchid4 = Fox.FXRGB(104, 34, 139)
258
- MediumPurple1 = Fox.FXRGB(171, 130, 255)
259
- MediumPurple2 = Fox.FXRGB(159, 121, 238)
260
- MediumPurple3 = Fox.FXRGB(137, 104, 205)
261
- MediumPurple4 = Fox.FXRGB( 93, 71, 139)
262
- DarkGrey = Fox.FXRGB(169, 169, 169)
263
- DarkGray = Fox.FXRGB(169, 169, 169)
264
- DarkBlue = Fox.FXRGB(0 , 0, 139)
265
- DarkCyan = Fox.FXRGB(0 , 139, 139)
266
- DarkMagenta = Fox.FXRGB(139, 0, 139)
267
- DarkRed = Fox.FXRGB(139, 0, 0)
268
- LightGreen = Fox.FXRGB(144, 238, 144)
269
-
270
- # Other basic colors
271
- White = Fox.FXRGB(255, 255, 255)
272
- Black = Fox.FXRGB(0, 0, 0)
273
- Red = Fox.FXRGB(255, 0, 0)
274
- Pink = Fox.FXRGB(255, 175, 175)
275
- Orange = Fox.FXRGB(255, 200, 0)
276
- Yellow = Fox.FXRGB(255, 255, 0)
277
- Green = Fox.FXRGB(0, 255, 0)
278
- Magenta = Fox.FXRGB(255, 0, 255)
279
- Cyan = Fox.FXRGB(0, 255, 255)
280
- Blue = Fox.FXRGB(0, 0, 255)
281
- end
282
- end
1
+ require 'fox14'
2
+
3
+ module Fox
4
+ class FXColor
5
+ # Colors from X Windows (Contributed by Jeff Heard)
6
+ GhostWhite = Fox.FXRGB(248, 248, 255)
7
+ WhiteSmoke = Fox.FXRGB(245, 245, 245)
8
+ FloralWhite = Fox.FXRGB(255, 250, 240)
9
+ OldLace = Fox.FXRGB(253, 245, 230)
10
+ AntiqueWhite = Fox.FXRGB(250, 235, 215)
11
+ PapayaWhip = Fox.FXRGB(255, 239, 213)
12
+ BlanchedAlmond = Fox.FXRGB(255, 235, 205)
13
+ PeachPuff = Fox.FXRGB(255, 218, 185)
14
+ NavajoWhite = Fox.FXRGB(255, 222, 173)
15
+ LemonChiffon = Fox.FXRGB(255, 250, 205)
16
+ MintCream = Fox.FXRGB(245, 255, 250)
17
+ AliceBlue = Fox.FXRGB(240, 248, 255)
18
+ LavenderBlush = Fox.FXRGB(255, 240, 245)
19
+ MistyRose = Fox.FXRGB(255, 228, 225)
20
+ DarkSlateGray = Fox.FXRGB( 47, 79, 79)
21
+ DarkSlateGrey = Fox.FXRGB( 47, 79, 79)
22
+ DimGray = Fox.FXRGB(105, 105, 105)
23
+ DimGrey = Fox.FXRGB(105, 105, 105)
24
+ SlateGray = Fox.FXRGB(112, 128, 144)
25
+ SlateGrey = Fox.FXRGB(112, 128, 144)
26
+ LightSlateGray = Fox.FXRGB(119, 136, 153)
27
+ LightSlateGrey = Fox.FXRGB(119, 136, 153)
28
+ LightGrey = Fox.FXRGB(211, 211, 211)
29
+ LightGray = Fox.FXRGB(211, 211, 211)
30
+ MidnightBlue = Fox.FXRGB( 25, 25, 112)
31
+ NavyBlue = Fox.FXRGB( 0, 0, 128)
32
+ CornflowerBlue = Fox.FXRGB(100, 149, 237)
33
+ DarkSlateBlue = Fox.FXRGB( 72, 61, 139)
34
+ SlateBlue = Fox.FXRGB(106, 90, 205)
35
+ MediumSlateBlue = Fox.FXRGB(123, 104, 238)
36
+ LightSlateBlue = Fox.FXRGB(132, 112, 255)
37
+ MediumBlue = Fox.FXRGB( 0, 0, 205)
38
+ RoyalBlue = Fox.FXRGB( 65, 105, 225)
39
+ DodgerBlue = Fox.FXRGB( 30, 144, 255)
40
+ DeepSkyBlue = Fox.FXRGB( 0, 191, 255)
41
+ SkyBlue = Fox.FXRGB(135, 206, 235)
42
+ LightSkyBlue = Fox.FXRGB(135, 206, 250)
43
+ SteelBlue = Fox.FXRGB( 70, 130, 180)
44
+ LightSteelBlue = Fox.FXRGB(176, 196, 222)
45
+ LightBlue = Fox.FXRGB(173, 216, 230)
46
+ PowderBlue = Fox.FXRGB(176, 224, 230)
47
+ PaleTurquoise = Fox.FXRGB(175, 238, 238)
48
+ DarkTurquoise = Fox.FXRGB( 0, 206, 209)
49
+ MediumTurquoise = Fox.FXRGB( 72, 209, 204)
50
+ LightCyan = Fox.FXRGB(224, 255, 255)
51
+ CadetBlue = Fox.FXRGB( 95, 158, 160)
52
+ MediumAquamarine = Fox.FXRGB(102, 205, 170)
53
+ DarkGreen = Fox.FXRGB( 0, 100, 0)
54
+ DarkOliveGreen = Fox.FXRGB( 85, 107, 47)
55
+ DarkSeaGreen = Fox.FXRGB(143, 188, 143)
56
+ SeaGreen = Fox.FXRGB( 46, 139, 87)
57
+ MediumSeaGreen = Fox.FXRGB( 60, 179, 113)
58
+ LightSeaGreen = Fox.FXRGB( 32, 178, 170)
59
+ PaleGreen = Fox.FXRGB(152, 251, 152)
60
+ SpringGreen = Fox.FXRGB( 0, 255, 127)
61
+ LawnGreen = Fox.FXRGB(124, 252, 0)
62
+ MediumSpringGreen = Fox.FXRGB( 0, 250, 154)
63
+ GreenYellow = Fox.FXRGB(173, 255, 47)
64
+ LimeGreen = Fox.FXRGB( 50, 205, 50)
65
+ YellowGreen = Fox.FXRGB(154, 205, 50)
66
+ ForestGreen = Fox.FXRGB( 34, 139, 34)
67
+ OliveDrab = Fox.FXRGB(107, 142, 35)
68
+ DarkKhaki = Fox.FXRGB(189, 183, 107)
69
+ PaleGoldenrod = Fox.FXRGB(238, 232, 170)
70
+ LightGoldenrodYellow = Fox.FXRGB(250, 250, 210)
71
+ LightYellow = Fox.FXRGB(255, 255, 224)
72
+ LightGoldenrod = Fox.FXRGB(238, 221, 130)
73
+ DarkGoldenrod = Fox.FXRGB(184, 134, 11)
74
+ RosyBrown = Fox.FXRGB(188, 143, 143)
75
+ IndianRed = Fox.FXRGB(205, 92, 92)
76
+ SaddleBrown = Fox.FXRGB(139, 69, 19)
77
+ SandyBrown = Fox.FXRGB(244, 164, 96)
78
+ DarkSalmon = Fox.FXRGB(233, 150, 122)
79
+ LightSalmon = Fox.FXRGB(255, 160, 122)
80
+ DarkOrange = Fox.FXRGB(255, 140, 0)
81
+ LightCoral = Fox.FXRGB(240, 128, 128)
82
+ OrangeRed = Fox.FXRGB(255, 69, 0)
83
+ HotPink = Fox.FXRGB(255, 105, 180)
84
+ DeepPink = Fox.FXRGB(255, 20, 147)
85
+ LightPink = Fox.FXRGB(255, 182, 193)
86
+ PaleVioletRed = Fox.FXRGB(219, 112, 147)
87
+ MediumVioletRed = Fox.FXRGB(199, 21, 133)
88
+ VioletRed = Fox.FXRGB(208, 32, 144)
89
+ MediumOrchid = Fox.FXRGB(186, 85, 211)
90
+ DarkOrchid = Fox.FXRGB(153, 50, 204)
91
+ DarkViolet = Fox.FXRGB(148, 0, 211)
92
+ BlueViolet = Fox.FXRGB(138, 43, 226)
93
+ MediumPurple = Fox.FXRGB(147, 112, 219)
94
+ AntiqueWhite1 = Fox.FXRGB(255, 239, 219)
95
+ AntiqueWhite2 = Fox.FXRGB(238, 223, 204)
96
+ AntiqueWhite3 = Fox.FXRGB(205, 192, 176)
97
+ AntiqueWhite4 = Fox.FXRGB(139, 131, 120)
98
+ PeachPuff1 = Fox.FXRGB(255, 218, 185)
99
+ PeachPuff2 = Fox.FXRGB(238, 203, 173)
100
+ PeachPuff3 = Fox.FXRGB(205, 175, 149)
101
+ PeachPuff4 = Fox.FXRGB(139, 119, 101)
102
+ NavajoWhite1 = Fox.FXRGB(255, 222, 173)
103
+ NavajoWhite2 = Fox.FXRGB(238, 207, 161)
104
+ NavajoWhite3 = Fox.FXRGB(205, 179, 139)
105
+ NavajoWhite4 = Fox.FXRGB(139, 121, 94)
106
+ LemonChiffon1 = Fox.FXRGB(255, 250, 205)
107
+ LemonChiffon2 = Fox.FXRGB(238, 233, 191)
108
+ LemonChiffon3 = Fox.FXRGB(205, 201, 165)
109
+ LemonChiffon4 = Fox.FXRGB(139, 137, 112)
110
+ LavenderBlush1 = Fox.FXRGB(255, 240, 245)
111
+ LavenderBlush2 = Fox.FXRGB(238, 224, 229)
112
+ LavenderBlush3 = Fox.FXRGB(205, 193, 197)
113
+ LavenderBlush4 = Fox.FXRGB(139, 131, 134)
114
+ MistyRose1 = Fox.FXRGB(255, 228, 225)
115
+ MistyRose2 = Fox.FXRGB(238, 213, 210)
116
+ MistyRose3 = Fox.FXRGB(205, 183, 181)
117
+ MistyRose4 = Fox.FXRGB(139, 125, 123)
118
+ SlateBlue1 = Fox.FXRGB(131, 111, 255)
119
+ SlateBlue2 = Fox.FXRGB(122, 103, 238)
120
+ SlateBlue3 = Fox.FXRGB(105, 89, 205)
121
+ SlateBlue4 = Fox.FXRGB( 71, 60, 139)
122
+ RoyalBlue1 = Fox.FXRGB( 72, 118, 255)
123
+ RoyalBlue2 = Fox.FXRGB( 67, 110, 238)
124
+ RoyalBlue3 = Fox.FXRGB( 58, 95, 205)
125
+ RoyalBlue4 = Fox.FXRGB( 39, 64, 139)
126
+ DodgerBlue1 = Fox.FXRGB( 30, 144, 255)
127
+ DodgerBlue2 = Fox.FXRGB( 28, 134, 238)
128
+ DodgerBlue3 = Fox.FXRGB( 24, 116, 205)
129
+ DodgerBlue4 = Fox.FXRGB( 16, 78, 139)
130
+ SteelBlue1 = Fox.FXRGB( 99, 184, 255)
131
+ SteelBlue2 = Fox.FXRGB( 92, 172, 238)
132
+ SteelBlue3 = Fox.FXRGB( 79, 148, 205)
133
+ SteelBlue4 = Fox.FXRGB( 54, 100, 139)
134
+ DeepSkyBlue1 = Fox.FXRGB( 0, 191, 255)
135
+ DeepSkyBlue2 = Fox.FXRGB( 0, 178, 238)
136
+ DeepSkyBlue3 = Fox.FXRGB( 0, 154, 205)
137
+ DeepSkyBlue4 = Fox.FXRGB( 0, 104, 139)
138
+ SkyBlue1 = Fox.FXRGB(135, 206, 255)
139
+ SkyBlue2 = Fox.FXRGB(126, 192, 238)
140
+ SkyBlue3 = Fox.FXRGB(108, 166, 205)
141
+ SkyBlue4 = Fox.FXRGB( 74, 112, 139)
142
+ LightSkyBlue1 = Fox.FXRGB(176, 226, 255)
143
+ LightSkyBlue2 = Fox.FXRGB(164, 211, 238)
144
+ LightSkyBlue3 = Fox.FXRGB(141, 182, 205)
145
+ LightSkyBlue4 = Fox.FXRGB( 96, 123, 139)
146
+ SlateGray1 = Fox.FXRGB(198, 226, 255)
147
+ SlateGray2 = Fox.FXRGB(185, 211, 238)
148
+ SlateGray3 = Fox.FXRGB(159, 182, 205)
149
+ SlateGray4 = Fox.FXRGB(108, 123, 139)
150
+ LightSteelBlue1 = Fox.FXRGB(202, 225, 255)
151
+ LightSteelBlue2 = Fox.FXRGB(188, 210, 238)
152
+ LightSteelBlue3 = Fox.FXRGB(162, 181, 205)
153
+ LightSteelBlue4 = Fox.FXRGB(110, 123, 139)
154
+ LightBlue1 = Fox.FXRGB(191, 239, 255)
155
+ LightBlue2 = Fox.FXRGB(178, 223, 238)
156
+ LightBlue3 = Fox.FXRGB(154, 192, 205)
157
+ LightBlue4 = Fox.FXRGB(104, 131, 139)
158
+ LightCyan1 = Fox.FXRGB(224, 255, 255)
159
+ LightCyan2 = Fox.FXRGB(209, 238, 238)
160
+ LightCyan3 = Fox.FXRGB(180, 205, 205)
161
+ LightCyan4 = Fox.FXRGB(122, 139, 139)
162
+ PaleTurquoise1 = Fox.FXRGB(187, 255, 255)
163
+ PaleTurquoise2 = Fox.FXRGB(174, 238, 238)
164
+ PaleTurquoise3 = Fox.FXRGB(150, 205, 205)
165
+ PaleTurquoise4 = Fox.FXRGB(102, 139, 139)
166
+ CadetBlue1 = Fox.FXRGB(152, 245, 255)
167
+ CadetBlue2 = Fox.FXRGB(142, 229, 238)
168
+ CadetBlue3 = Fox.FXRGB(122, 197, 205)
169
+ CadetBlue4 = Fox.FXRGB( 83, 134, 139)
170
+ DarkSlateGray1 = Fox.FXRGB(151, 255, 255)
171
+ DarkSlateGray2 = Fox.FXRGB(141, 238, 238)
172
+ DarkSlateGray3 = Fox.FXRGB(121, 205, 205)
173
+ DarkSlateGray4 = Fox.FXRGB( 82, 139, 139)
174
+ DarkSeaGreen1 = Fox.FXRGB(193, 255, 193)
175
+ DarkSeaGreen2 = Fox.FXRGB(180, 238, 180)
176
+ DarkSeaGreen3 = Fox.FXRGB(155, 205, 155)
177
+ DarkSeaGreen4 = Fox.FXRGB(105, 139, 105)
178
+ SeaGreen1 = Fox.FXRGB( 84, 255, 159)
179
+ SeaGreen2 = Fox.FXRGB( 78, 238, 148)
180
+ SeaGreen3 = Fox.FXRGB( 67, 205, 128)
181
+ SeaGreen4 = Fox.FXRGB( 46, 139, 87)
182
+ PaleGreen1 = Fox.FXRGB(154, 255, 154)
183
+ PaleGreen2 = Fox.FXRGB(144, 238, 144)
184
+ PaleGreen3 = Fox.FXRGB(124, 205, 124)
185
+ PaleGreen4 = Fox.FXRGB( 84, 139, 84)
186
+ SpringGreen1 = Fox.FXRGB( 0, 255, 127)
187
+ SpringGreen2 = Fox.FXRGB( 0, 238, 118)
188
+ SpringGreen3 = Fox.FXRGB( 0, 205, 102)
189
+ SpringGreen4 = Fox.FXRGB( 0, 139, 69)
190
+ OliveDrab1 = Fox.FXRGB(192, 255, 62)
191
+ OliveDrab2 = Fox.FXRGB(179, 238, 58)
192
+ OliveDrab3 = Fox.FXRGB(154, 205, 50)
193
+ OliveDrab4 = Fox.FXRGB(105, 139, 34)
194
+ DarkOliveGreen1 = Fox.FXRGB(202, 255, 112)
195
+ DarkOliveGreen2 = Fox.FXRGB(188, 238, 104)
196
+ DarkOliveGreen3 = Fox.FXRGB(162, 205, 90)
197
+ DarkOliveGreen4 = Fox.FXRGB(110, 139, 61)
198
+ LightGoldenrod1 = Fox.FXRGB(255, 236, 139)
199
+ LightGoldenrod2 = Fox.FXRGB(238, 220, 130)
200
+ LightGoldenrod3 = Fox.FXRGB(205, 190, 112)
201
+ LightGoldenrod4 = Fox.FXRGB(139, 129, 76)
202
+ LightYellow1 = Fox.FXRGB(255, 255, 224)
203
+ LightYellow2 = Fox.FXRGB(238, 238, 209)
204
+ LightYellow3 = Fox.FXRGB(205, 205, 180)
205
+ LightYellow4 = Fox.FXRGB(139, 139, 122)
206
+ DarkGoldenrod1 = Fox.FXRGB(255, 185, 15)
207
+ DarkGoldenrod2 = Fox.FXRGB(238, 173, 14)
208
+ DarkGoldenrod3 = Fox.FXRGB(205, 149, 12)
209
+ DarkGoldenrod4 = Fox.FXRGB(139, 101, 8)
210
+ RosyBrown1 = Fox.FXRGB(255, 193, 193)
211
+ RosyBrown2 = Fox.FXRGB(238, 180, 180)
212
+ RosyBrown3 = Fox.FXRGB(205, 155, 155)
213
+ RosyBrown4 = Fox.FXRGB(139, 105, 105)
214
+ IndianRed1 = Fox.FXRGB(255, 106, 106)
215
+ IndianRed2 = Fox.FXRGB(238, 99, 99)
216
+ IndianRed3 = Fox.FXRGB(205, 85, 85)
217
+ IndianRed4 = Fox.FXRGB(139, 58, 58)
218
+ LightSalmon1 = Fox.FXRGB(255, 160, 122)
219
+ LightSalmon2 = Fox.FXRGB(238, 149, 114)
220
+ LightSalmon3 = Fox.FXRGB(205, 129, 98)
221
+ LightSalmon4 = Fox.FXRGB(139, 87, 66)
222
+ DarkOrange1 = Fox.FXRGB(255, 127, 0)
223
+ DarkOrange2 = Fox.FXRGB(238, 118, 0)
224
+ DarkOrange3 = Fox.FXRGB(205, 102, 0)
225
+ DarkOrange4 = Fox.FXRGB(139, 69, 0)
226
+ OrangeRed1 = Fox.FXRGB(255, 69, 0)
227
+ OrangeRed2 = Fox.FXRGB(238, 64, 0)
228
+ OrangeRed3 = Fox.FXRGB(205, 55, 0)
229
+ OrangeRed4 = Fox.FXRGB(139, 37, 0)
230
+ DeepPink1 = Fox.FXRGB(255, 20, 147)
231
+ DeepPink2 = Fox.FXRGB(238, 18, 137)
232
+ DeepPink3 = Fox.FXRGB(205, 16, 118)
233
+ DeepPink4 = Fox.FXRGB(139, 10, 80)
234
+ HotPink1 = Fox.FXRGB(255, 110, 180)
235
+ HotPink2 = Fox.FXRGB(238, 106, 167)
236
+ HotPink3 = Fox.FXRGB(205, 96, 144)
237
+ HotPink4 = Fox.FXRGB(139, 58, 98)
238
+ LightPink1 = Fox.FXRGB(255, 174, 185)
239
+ LightPink2 = Fox.FXRGB(238, 162, 173)
240
+ LightPink3 = Fox.FXRGB(205, 140, 149)
241
+ LightPink4 = Fox.FXRGB(139, 95, 101)
242
+ PaleVioletRed1 = Fox.FXRGB(255, 130, 171)
243
+ PaleVioletRed2 = Fox.FXRGB(238, 121, 159)
244
+ PaleVioletRed3 = Fox.FXRGB(205, 104, 137)
245
+ PaleVioletRed4 = Fox.FXRGB(139, 71, 93)
246
+ VioletRed1 = Fox.FXRGB(255, 62, 150)
247
+ VioletRed2 = Fox.FXRGB(238, 58, 140)
248
+ VioletRed3 = Fox.FXRGB(205, 50, 120)
249
+ VioletRed4 = Fox.FXRGB(139, 34, 82)
250
+ MediumOrchid1 = Fox.FXRGB(224, 102, 255)
251
+ MediumOrchid2 = Fox.FXRGB(209, 95, 238)
252
+ MediumOrchid3 = Fox.FXRGB(180, 82, 205)
253
+ MediumOrchid4 = Fox.FXRGB(122, 55, 139)
254
+ DarkOrchid1 = Fox.FXRGB(191, 62, 255)
255
+ DarkOrchid2 = Fox.FXRGB(178, 58, 238)
256
+ DarkOrchid3 = Fox.FXRGB(154, 50, 205)
257
+ DarkOrchid4 = Fox.FXRGB(104, 34, 139)
258
+ MediumPurple1 = Fox.FXRGB(171, 130, 255)
259
+ MediumPurple2 = Fox.FXRGB(159, 121, 238)
260
+ MediumPurple3 = Fox.FXRGB(137, 104, 205)
261
+ MediumPurple4 = Fox.FXRGB( 93, 71, 139)
262
+ DarkGrey = Fox.FXRGB(169, 169, 169)
263
+ DarkGray = Fox.FXRGB(169, 169, 169)
264
+ DarkBlue = Fox.FXRGB(0 , 0, 139)
265
+ DarkCyan = Fox.FXRGB(0 , 139, 139)
266
+ DarkMagenta = Fox.FXRGB(139, 0, 139)
267
+ DarkRed = Fox.FXRGB(139, 0, 0)
268
+ LightGreen = Fox.FXRGB(144, 238, 144)
269
+
270
+ # Other basic colors
271
+ White = Fox.FXRGB(255, 255, 255)
272
+ Black = Fox.FXRGB(0, 0, 0)
273
+ Red = Fox.FXRGB(255, 0, 0)
274
+ Pink = Fox.FXRGB(255, 175, 175)
275
+ Orange = Fox.FXRGB(255, 200, 0)
276
+ Yellow = Fox.FXRGB(255, 255, 0)
277
+ Green = Fox.FXRGB(0, 255, 0)
278
+ Magenta = Fox.FXRGB(255, 0, 255)
279
+ Cyan = Fox.FXRGB(0, 255, 255)
280
+ Blue = Fox.FXRGB(0, 0, 255)
281
+ end
282
+ end