Terminal.Color.yml 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  1. ### YamlMime:ManagedReference
  2. items:
  3. - uid: Terminal.Color
  4. id: Color
  5. children:
  6. - Terminal.Color.Black
  7. - Terminal.Color.Blue
  8. - Terminal.Color.BrighCyan
  9. - Terminal.Color.BrightBlue
  10. - Terminal.Color.BrightGreen
  11. - Terminal.Color.BrightMagenta
  12. - Terminal.Color.BrightRed
  13. - Terminal.Color.BrightYellow
  14. - Terminal.Color.Brown
  15. - Terminal.Color.Cyan
  16. - Terminal.Color.DarkGray
  17. - Terminal.Color.Gray
  18. - Terminal.Color.Green
  19. - Terminal.Color.Magenta
  20. - Terminal.Color.Red
  21. - Terminal.Color.White
  22. langs:
  23. - csharp
  24. name: Color
  25. nameWithType: Color
  26. fullName: Terminal.Color
  27. type: Enum
  28. assemblies:
  29. - Terminal
  30. namespace: Terminal
  31. summary: Basic colors that can be used to set the foreground and background colors in console applications. These can only be
  32. syntax:
  33. content: public enum Color
  34. inheritance:
  35. - System.Enum
  36. - uid: Terminal.Color.Black
  37. id: Black
  38. parent: Terminal.Color
  39. langs:
  40. - csharp
  41. name: Black
  42. nameWithType: Color.Black
  43. fullName: Color.Black
  44. type: Field
  45. assemblies:
  46. - Terminal
  47. namespace: Terminal
  48. summary: The black color.
  49. syntax:
  50. content: Black
  51. return:
  52. type: Terminal.Color
  53. description: To be added.
  54. exceptions: []
  55. - uid: Terminal.Color.Blue
  56. id: Blue
  57. parent: Terminal.Color
  58. langs:
  59. - csharp
  60. name: Blue
  61. nameWithType: Color.Blue
  62. fullName: Color.Blue
  63. type: Field
  64. assemblies:
  65. - Terminal
  66. namespace: Terminal
  67. summary: The blue color.
  68. syntax:
  69. content: Blue
  70. return:
  71. type: Terminal.Color
  72. description: To be added.
  73. exceptions: []
  74. - uid: Terminal.Color.BrighCyan
  75. id: BrighCyan
  76. parent: Terminal.Color
  77. langs:
  78. - csharp
  79. name: BrighCyan
  80. nameWithType: Color.BrighCyan
  81. fullName: Color.BrighCyan
  82. type: Field
  83. assemblies:
  84. - Terminal
  85. namespace: Terminal
  86. summary: The brigh cyan color.
  87. syntax:
  88. content: BrighCyan
  89. return:
  90. type: Terminal.Color
  91. description: To be added.
  92. exceptions: []
  93. - uid: Terminal.Color.BrightBlue
  94. id: BrightBlue
  95. parent: Terminal.Color
  96. langs:
  97. - csharp
  98. name: BrightBlue
  99. nameWithType: Color.BrightBlue
  100. fullName: Color.BrightBlue
  101. type: Field
  102. assemblies:
  103. - Terminal
  104. namespace: Terminal
  105. summary: The bright bBlue color.
  106. syntax:
  107. content: BrightBlue
  108. return:
  109. type: Terminal.Color
  110. description: To be added.
  111. exceptions: []
  112. - uid: Terminal.Color.BrightGreen
  113. id: BrightGreen
  114. parent: Terminal.Color
  115. langs:
  116. - csharp
  117. name: BrightGreen
  118. nameWithType: Color.BrightGreen
  119. fullName: Color.BrightGreen
  120. type: Field
  121. assemblies:
  122. - Terminal
  123. namespace: Terminal
  124. summary: The bright green color.
  125. syntax:
  126. content: BrightGreen
  127. return:
  128. type: Terminal.Color
  129. description: To be added.
  130. exceptions: []
  131. - uid: Terminal.Color.BrightMagenta
  132. id: BrightMagenta
  133. parent: Terminal.Color
  134. langs:
  135. - csharp
  136. name: BrightMagenta
  137. nameWithType: Color.BrightMagenta
  138. fullName: Color.BrightMagenta
  139. type: Field
  140. assemblies:
  141. - Terminal
  142. namespace: Terminal
  143. summary: The bright magenta color.
  144. syntax:
  145. content: BrightMagenta
  146. return:
  147. type: Terminal.Color
  148. description: To be added.
  149. exceptions: []
  150. - uid: Terminal.Color.BrightRed
  151. id: BrightRed
  152. parent: Terminal.Color
  153. langs:
  154. - csharp
  155. name: BrightRed
  156. nameWithType: Color.BrightRed
  157. fullName: Color.BrightRed
  158. type: Field
  159. assemblies:
  160. - Terminal
  161. namespace: Terminal
  162. summary: The bright red color.
  163. syntax:
  164. content: BrightRed
  165. return:
  166. type: Terminal.Color
  167. description: To be added.
  168. exceptions: []
  169. - uid: Terminal.Color.BrightYellow
  170. id: BrightYellow
  171. parent: Terminal.Color
  172. langs:
  173. - csharp
  174. name: BrightYellow
  175. nameWithType: Color.BrightYellow
  176. fullName: Color.BrightYellow
  177. type: Field
  178. assemblies:
  179. - Terminal
  180. namespace: Terminal
  181. summary: The bright yellow color.
  182. syntax:
  183. content: BrightYellow
  184. return:
  185. type: Terminal.Color
  186. description: To be added.
  187. exceptions: []
  188. - uid: Terminal.Color.Brown
  189. id: Brown
  190. parent: Terminal.Color
  191. langs:
  192. - csharp
  193. name: Brown
  194. nameWithType: Color.Brown
  195. fullName: Color.Brown
  196. type: Field
  197. assemblies:
  198. - Terminal
  199. namespace: Terminal
  200. summary: The brown color.
  201. syntax:
  202. content: Brown
  203. return:
  204. type: Terminal.Color
  205. description: To be added.
  206. exceptions: []
  207. - uid: Terminal.Color.Cyan
  208. id: Cyan
  209. parent: Terminal.Color
  210. langs:
  211. - csharp
  212. name: Cyan
  213. nameWithType: Color.Cyan
  214. fullName: Color.Cyan
  215. type: Field
  216. assemblies:
  217. - Terminal
  218. namespace: Terminal
  219. summary: The cyan color.
  220. syntax:
  221. content: Cyan
  222. return:
  223. type: Terminal.Color
  224. description: To be added.
  225. exceptions: []
  226. - uid: Terminal.Color.DarkGray
  227. id: DarkGray
  228. parent: Terminal.Color
  229. langs:
  230. - csharp
  231. name: DarkGray
  232. nameWithType: Color.DarkGray
  233. fullName: Color.DarkGray
  234. type: Field
  235. assemblies:
  236. - Terminal
  237. namespace: Terminal
  238. summary: The dark gray color.
  239. syntax:
  240. content: DarkGray
  241. return:
  242. type: Terminal.Color
  243. description: To be added.
  244. exceptions: []
  245. - uid: Terminal.Color.Gray
  246. id: Gray
  247. parent: Terminal.Color
  248. langs:
  249. - csharp
  250. name: Gray
  251. nameWithType: Color.Gray
  252. fullName: Color.Gray
  253. type: Field
  254. assemblies:
  255. - Terminal
  256. namespace: Terminal
  257. summary: The gray color.
  258. syntax:
  259. content: Gray
  260. return:
  261. type: Terminal.Color
  262. description: To be added.
  263. exceptions: []
  264. - uid: Terminal.Color.Green
  265. id: Green
  266. parent: Terminal.Color
  267. langs:
  268. - csharp
  269. name: Green
  270. nameWithType: Color.Green
  271. fullName: Color.Green
  272. type: Field
  273. assemblies:
  274. - Terminal
  275. namespace: Terminal
  276. summary: The green color.
  277. syntax:
  278. content: Green
  279. return:
  280. type: Terminal.Color
  281. description: To be added.
  282. exceptions: []
  283. - uid: Terminal.Color.Magenta
  284. id: Magenta
  285. parent: Terminal.Color
  286. langs:
  287. - csharp
  288. name: Magenta
  289. nameWithType: Color.Magenta
  290. fullName: Color.Magenta
  291. type: Field
  292. assemblies:
  293. - Terminal
  294. namespace: Terminal
  295. summary: The magenta color.
  296. syntax:
  297. content: Magenta
  298. return:
  299. type: Terminal.Color
  300. description: To be added.
  301. exceptions: []
  302. - uid: Terminal.Color.Red
  303. id: Red
  304. parent: Terminal.Color
  305. langs:
  306. - csharp
  307. name: Red
  308. nameWithType: Color.Red
  309. fullName: Color.Red
  310. type: Field
  311. assemblies:
  312. - Terminal
  313. namespace: Terminal
  314. summary: The red color.
  315. syntax:
  316. content: Red
  317. return:
  318. type: Terminal.Color
  319. description: To be added.
  320. exceptions: []
  321. - uid: Terminal.Color.White
  322. id: White
  323. parent: Terminal.Color
  324. langs:
  325. - csharp
  326. name: White
  327. nameWithType: Color.White
  328. fullName: Color.White
  329. type: Field
  330. assemblies:
  331. - Terminal
  332. namespace: Terminal
  333. summary: The White color.
  334. syntax:
  335. content: White
  336. return:
  337. type: Terminal.Color
  338. description: To be added.
  339. exceptions: []
  340. references:
  341. - uid: System.Enum
  342. parent: System
  343. isExternal: true
  344. name: Enum
  345. nameWithType: Enum
  346. fullName: System.Enum
  347. - uid: Terminal.Color.Black
  348. parent: Terminal.Color
  349. isExternal: false
  350. name: Black
  351. nameWithType: Color.Black
  352. fullName: Color.Black
  353. - uid: Terminal.Color
  354. parent: Terminal
  355. isExternal: false
  356. name: Color
  357. nameWithType: Color
  358. fullName: Terminal.Color
  359. - uid: Terminal.Color.Blue
  360. parent: Terminal.Color
  361. isExternal: false
  362. name: Blue
  363. nameWithType: Color.Blue
  364. fullName: Color.Blue
  365. - uid: Terminal.Color.BrighCyan
  366. parent: Terminal.Color
  367. isExternal: false
  368. name: BrighCyan
  369. nameWithType: Color.BrighCyan
  370. fullName: Color.BrighCyan
  371. - uid: Terminal.Color.BrightBlue
  372. parent: Terminal.Color
  373. isExternal: false
  374. name: BrightBlue
  375. nameWithType: Color.BrightBlue
  376. fullName: Color.BrightBlue
  377. - uid: Terminal.Color.BrightGreen
  378. parent: Terminal.Color
  379. isExternal: false
  380. name: BrightGreen
  381. nameWithType: Color.BrightGreen
  382. fullName: Color.BrightGreen
  383. - uid: Terminal.Color.BrightMagenta
  384. parent: Terminal.Color
  385. isExternal: false
  386. name: BrightMagenta
  387. nameWithType: Color.BrightMagenta
  388. fullName: Color.BrightMagenta
  389. - uid: Terminal.Color.BrightRed
  390. parent: Terminal.Color
  391. isExternal: false
  392. name: BrightRed
  393. nameWithType: Color.BrightRed
  394. fullName: Color.BrightRed
  395. - uid: Terminal.Color.BrightYellow
  396. parent: Terminal.Color
  397. isExternal: false
  398. name: BrightYellow
  399. nameWithType: Color.BrightYellow
  400. fullName: Color.BrightYellow
  401. - uid: Terminal.Color.Brown
  402. parent: Terminal.Color
  403. isExternal: false
  404. name: Brown
  405. nameWithType: Color.Brown
  406. fullName: Color.Brown
  407. - uid: Terminal.Color.Cyan
  408. parent: Terminal.Color
  409. isExternal: false
  410. name: Cyan
  411. nameWithType: Color.Cyan
  412. fullName: Color.Cyan
  413. - uid: Terminal.Color.DarkGray
  414. parent: Terminal.Color
  415. isExternal: false
  416. name: DarkGray
  417. nameWithType: Color.DarkGray
  418. fullName: Color.DarkGray
  419. - uid: Terminal.Color.Gray
  420. parent: Terminal.Color
  421. isExternal: false
  422. name: Gray
  423. nameWithType: Color.Gray
  424. fullName: Color.Gray
  425. - uid: Terminal.Color.Green
  426. parent: Terminal.Color
  427. isExternal: false
  428. name: Green
  429. nameWithType: Color.Green
  430. fullName: Color.Green
  431. - uid: Terminal.Color.Magenta
  432. parent: Terminal.Color
  433. isExternal: false
  434. name: Magenta
  435. nameWithType: Color.Magenta
  436. fullName: Color.Magenta
  437. - uid: Terminal.Color.Red
  438. parent: Terminal.Color
  439. isExternal: false
  440. name: Red
  441. nameWithType: Color.Red
  442. fullName: Color.Red
  443. - uid: Terminal.Color.White
  444. parent: Terminal.Color
  445. isExternal: false
  446. name: White
  447. nameWithType: Color.White
  448. fullName: Color.White