colors.idx 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. nimTitle colors colors.html module std/colors 0
  2. nim Color colors.html#Color type Color 16
  3. nim `==` colors.html#==,Color,Color proc `==`(a, b: Color): bool 18
  4. nim `+` colors.html#+,Color,Color proc `+`(a, b: Color): Color 51
  5. nim `-` colors.html#-,Color,Color proc `-`(a, b: Color): Color 65
  6. nim extractRGB colors.html#extractRGB,Color proc extractRGB(a: Color): tuple[r, g, b: range[0 .. 255]] 79
  7. nim intensity colors.html#intensity,Color,float proc intensity(a: Color; f: float): Color 99
  8. nim mix colors.html#mix.t,Color,Color,untyped template mix(a, b: Color; fn: untyped): untyped 118
  9. nim colAliceBlue colors.html#colAliceBlue const colAliceBlue 149
  10. nim colAntiqueWhite colors.html#colAntiqueWhite const colAntiqueWhite 150
  11. nim colAqua colors.html#colAqua const colAqua 151
  12. nim colAquamarine colors.html#colAquamarine const colAquamarine 152
  13. nim colAzure colors.html#colAzure const colAzure 153
  14. nim colBeige colors.html#colBeige const colBeige 154
  15. nim colBisque colors.html#colBisque const colBisque 155
  16. nim colBlack colors.html#colBlack const colBlack 156
  17. nim colBlanchedAlmond colors.html#colBlanchedAlmond const colBlanchedAlmond 157
  18. nim colBlue colors.html#colBlue const colBlue 158
  19. nim colBlueViolet colors.html#colBlueViolet const colBlueViolet 159
  20. nim colBrown colors.html#colBrown const colBrown 160
  21. nim colBurlyWood colors.html#colBurlyWood const colBurlyWood 161
  22. nim colCadetBlue colors.html#colCadetBlue const colCadetBlue 162
  23. nim colChartreuse colors.html#colChartreuse const colChartreuse 163
  24. nim colChocolate colors.html#colChocolate const colChocolate 164
  25. nim colCoral colors.html#colCoral const colCoral 165
  26. nim colCornflowerBlue colors.html#colCornflowerBlue const colCornflowerBlue 166
  27. nim colCornsilk colors.html#colCornsilk const colCornsilk 167
  28. nim colCrimson colors.html#colCrimson const colCrimson 168
  29. nim colCyan colors.html#colCyan const colCyan 169
  30. nim colDarkBlue colors.html#colDarkBlue const colDarkBlue 170
  31. nim colDarkCyan colors.html#colDarkCyan const colDarkCyan 171
  32. nim colDarkGoldenRod colors.html#colDarkGoldenRod const colDarkGoldenRod 172
  33. nim colDarkGray colors.html#colDarkGray const colDarkGray 173
  34. nim colDarkGreen colors.html#colDarkGreen const colDarkGreen 174
  35. nim colDarkGrey colors.html#colDarkGrey const colDarkGrey 175
  36. nim colDarkKhaki colors.html#colDarkKhaki const colDarkKhaki 176
  37. nim colDarkMagenta colors.html#colDarkMagenta const colDarkMagenta 177
  38. nim colDarkOliveGreen colors.html#colDarkOliveGreen const colDarkOliveGreen 178
  39. nim colDarkorange colors.html#colDarkorange const colDarkorange 179
  40. nim colDarkOrchid colors.html#colDarkOrchid const colDarkOrchid 180
  41. nim colDarkRed colors.html#colDarkRed const colDarkRed 181
  42. nim colDarkSalmon colors.html#colDarkSalmon const colDarkSalmon 182
  43. nim colDarkSeaGreen colors.html#colDarkSeaGreen const colDarkSeaGreen 183
  44. nim colDarkSlateBlue colors.html#colDarkSlateBlue const colDarkSlateBlue 184
  45. nim colDarkSlateGray colors.html#colDarkSlateGray const colDarkSlateGray 185
  46. nim colDarkSlateGrey colors.html#colDarkSlateGrey const colDarkSlateGrey 186
  47. nim colDarkTurquoise colors.html#colDarkTurquoise const colDarkTurquoise 187
  48. nim colDarkViolet colors.html#colDarkViolet const colDarkViolet 188
  49. nim colDeepPink colors.html#colDeepPink const colDeepPink 189
  50. nim colDeepSkyBlue colors.html#colDeepSkyBlue const colDeepSkyBlue 190
  51. nim colDimGray colors.html#colDimGray const colDimGray 191
  52. nim colDimGrey colors.html#colDimGrey const colDimGrey 192
  53. nim colDodgerBlue colors.html#colDodgerBlue const colDodgerBlue 193
  54. nim colFireBrick colors.html#colFireBrick const colFireBrick 194
  55. nim colFloralWhite colors.html#colFloralWhite const colFloralWhite 195
  56. nim colForestGreen colors.html#colForestGreen const colForestGreen 196
  57. nim colFuchsia colors.html#colFuchsia const colFuchsia 197
  58. nim colGainsboro colors.html#colGainsboro const colGainsboro 198
  59. nim colGhostWhite colors.html#colGhostWhite const colGhostWhite 199
  60. nim colGold colors.html#colGold const colGold 200
  61. nim colGoldenRod colors.html#colGoldenRod const colGoldenRod 201
  62. nim colGray colors.html#colGray const colGray 202
  63. nim colGreen colors.html#colGreen const colGreen 203
  64. nim colGreenYellow colors.html#colGreenYellow const colGreenYellow 204
  65. nim colGrey colors.html#colGrey const colGrey 205
  66. nim colHoneyDew colors.html#colHoneyDew const colHoneyDew 206
  67. nim colHotPink colors.html#colHotPink const colHotPink 207
  68. nim colIndianRed colors.html#colIndianRed const colIndianRed 208
  69. nim colIndigo colors.html#colIndigo const colIndigo 209
  70. nim colIvory colors.html#colIvory const colIvory 210
  71. nim colKhaki colors.html#colKhaki const colKhaki 211
  72. nim colLavender colors.html#colLavender const colLavender 212
  73. nim colLavenderBlush colors.html#colLavenderBlush const colLavenderBlush 213
  74. nim colLawnGreen colors.html#colLawnGreen const colLawnGreen 214
  75. nim colLemonChiffon colors.html#colLemonChiffon const colLemonChiffon 215
  76. nim colLightBlue colors.html#colLightBlue const colLightBlue 216
  77. nim colLightCoral colors.html#colLightCoral const colLightCoral 217
  78. nim colLightCyan colors.html#colLightCyan const colLightCyan 218
  79. nim colLightGoldenRodYellow colors.html#colLightGoldenRodYellow const colLightGoldenRodYellow 219
  80. nim colLightGray colors.html#colLightGray const colLightGray 220
  81. nim colLightGreen colors.html#colLightGreen const colLightGreen 221
  82. nim colLightGrey colors.html#colLightGrey const colLightGrey 222
  83. nim colLightPink colors.html#colLightPink const colLightPink 223
  84. nim colLightSalmon colors.html#colLightSalmon const colLightSalmon 224
  85. nim colLightSeaGreen colors.html#colLightSeaGreen const colLightSeaGreen 225
  86. nim colLightSkyBlue colors.html#colLightSkyBlue const colLightSkyBlue 226
  87. nim colLightSlateGray colors.html#colLightSlateGray const colLightSlateGray 227
  88. nim colLightSlateGrey colors.html#colLightSlateGrey const colLightSlateGrey 228
  89. nim colLightSteelBlue colors.html#colLightSteelBlue const colLightSteelBlue 229
  90. nim colLightYellow colors.html#colLightYellow const colLightYellow 230
  91. nim colLime colors.html#colLime const colLime 231
  92. nim colLimeGreen colors.html#colLimeGreen const colLimeGreen 232
  93. nim colLinen colors.html#colLinen const colLinen 233
  94. nim colMagenta colors.html#colMagenta const colMagenta 234
  95. nim colMaroon colors.html#colMaroon const colMaroon 235
  96. nim colMediumAquaMarine colors.html#colMediumAquaMarine const colMediumAquaMarine 236
  97. nim colMediumBlue colors.html#colMediumBlue const colMediumBlue 237
  98. nim colMediumOrchid colors.html#colMediumOrchid const colMediumOrchid 238
  99. nim colMediumPurple colors.html#colMediumPurple const colMediumPurple 239
  100. nim colMediumSeaGreen colors.html#colMediumSeaGreen const colMediumSeaGreen 240
  101. nim colMediumSlateBlue colors.html#colMediumSlateBlue const colMediumSlateBlue 241
  102. nim colMediumSpringGreen colors.html#colMediumSpringGreen const colMediumSpringGreen 242
  103. nim colMediumTurquoise colors.html#colMediumTurquoise const colMediumTurquoise 243
  104. nim colMediumVioletRed colors.html#colMediumVioletRed const colMediumVioletRed 244
  105. nim colMidnightBlue colors.html#colMidnightBlue const colMidnightBlue 245
  106. nim colMintCream colors.html#colMintCream const colMintCream 246
  107. nim colMistyRose colors.html#colMistyRose const colMistyRose 247
  108. nim colMoccasin colors.html#colMoccasin const colMoccasin 248
  109. nim colNavajoWhite colors.html#colNavajoWhite const colNavajoWhite 249
  110. nim colNavy colors.html#colNavy const colNavy 250
  111. nim colOldLace colors.html#colOldLace const colOldLace 251
  112. nim colOlive colors.html#colOlive const colOlive 252
  113. nim colOliveDrab colors.html#colOliveDrab const colOliveDrab 253
  114. nim colOrange colors.html#colOrange const colOrange 254
  115. nim colOrangeRed colors.html#colOrangeRed const colOrangeRed 255
  116. nim colOrchid colors.html#colOrchid const colOrchid 256
  117. nim colPaleGoldenRod colors.html#colPaleGoldenRod const colPaleGoldenRod 257
  118. nim colPaleGreen colors.html#colPaleGreen const colPaleGreen 258
  119. nim colPaleTurquoise colors.html#colPaleTurquoise const colPaleTurquoise 259
  120. nim colPaleVioletRed colors.html#colPaleVioletRed const colPaleVioletRed 260
  121. nim colPapayaWhip colors.html#colPapayaWhip const colPapayaWhip 261
  122. nim colPeachPuff colors.html#colPeachPuff const colPeachPuff 262
  123. nim colPeru colors.html#colPeru const colPeru 263
  124. nim colPink colors.html#colPink const colPink 264
  125. nim colPlum colors.html#colPlum const colPlum 265
  126. nim colPowderBlue colors.html#colPowderBlue const colPowderBlue 266
  127. nim colPurple colors.html#colPurple const colPurple 267
  128. nim colRebeccaPurple colors.html#colRebeccaPurple const colRebeccaPurple 268
  129. nim colRed colors.html#colRed const colRed 269
  130. nim colRosyBrown colors.html#colRosyBrown const colRosyBrown 270
  131. nim colRoyalBlue colors.html#colRoyalBlue const colRoyalBlue 271
  132. nim colSaddleBrown colors.html#colSaddleBrown const colSaddleBrown 272
  133. nim colSalmon colors.html#colSalmon const colSalmon 273
  134. nim colSandyBrown colors.html#colSandyBrown const colSandyBrown 274
  135. nim colSeaGreen colors.html#colSeaGreen const colSeaGreen 275
  136. nim colSeaShell colors.html#colSeaShell const colSeaShell 276
  137. nim colSienna colors.html#colSienna const colSienna 277
  138. nim colSilver colors.html#colSilver const colSilver 278
  139. nim colSkyBlue colors.html#colSkyBlue const colSkyBlue 279
  140. nim colSlateBlue colors.html#colSlateBlue const colSlateBlue 280
  141. nim colSlateGray colors.html#colSlateGray const colSlateGray 281
  142. nim colSlateGrey colors.html#colSlateGrey const colSlateGrey 282
  143. nim colSnow colors.html#colSnow const colSnow 283
  144. nim colSpringGreen colors.html#colSpringGreen const colSpringGreen 284
  145. nim colSteelBlue colors.html#colSteelBlue const colSteelBlue 285
  146. nim colTan colors.html#colTan const colTan 286
  147. nim colTeal colors.html#colTeal const colTeal 287
  148. nim colThistle colors.html#colThistle const colThistle 288
  149. nim colTomato colors.html#colTomato const colTomato 289
  150. nim colTurquoise colors.html#colTurquoise const colTurquoise 290
  151. nim colViolet colors.html#colViolet const colViolet 291
  152. nim colWheat colors.html#colWheat const colWheat 292
  153. nim colWhite colors.html#colWhite const colWhite 293
  154. nim colWhiteSmoke colors.html#colWhiteSmoke const colWhiteSmoke 294
  155. nim colYellow colors.html#colYellow const colYellow 295
  156. nim colYellowGreen colors.html#colYellowGreen const colYellowGreen 296
  157. nim `$` colors.html#$,Color proc `$`(c: Color): string 448
  158. nim parseColor colors.html#parseColor,string proc parseColor(name: string): Color 458
  159. nim isColor colors.html#isColor,string proc isColor(name: string): bool 480
  160. nim rgb colors.html#rgb,range[],range[],range[] proc rgb(r, g, b: range[0 .. 255]): Color 501