mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
161 lines
10 KiB
Plaintext
161 lines
10 KiB
Plaintext
nimTitle colors colors.html module std/colors 0
|
|
nim Color colors.html#Color type Color 16
|
|
nim `==` colors.html#==,Color,Color proc `==`(a, b: Color): bool 18
|
|
nim `+` colors.html#+,Color,Color proc `+`(a, b: Color): Color 51
|
|
nim `-` colors.html#-,Color,Color proc `-`(a, b: Color): Color 65
|
|
nim extractRGB colors.html#extractRGB,Color proc extractRGB(a: Color): tuple[r, g, b: range[0 .. 255]] 79
|
|
nim intensity colors.html#intensity,Color,float proc intensity(a: Color; f: float): Color 99
|
|
nim mix colors.html#mix.t,Color,Color,untyped template mix(a, b: Color; fn: untyped): untyped 118
|
|
nim colAliceBlue colors.html#colAliceBlue const colAliceBlue 149
|
|
nim colAntiqueWhite colors.html#colAntiqueWhite const colAntiqueWhite 150
|
|
nim colAqua colors.html#colAqua const colAqua 151
|
|
nim colAquamarine colors.html#colAquamarine const colAquamarine 152
|
|
nim colAzure colors.html#colAzure const colAzure 153
|
|
nim colBeige colors.html#colBeige const colBeige 154
|
|
nim colBisque colors.html#colBisque const colBisque 155
|
|
nim colBlack colors.html#colBlack const colBlack 156
|
|
nim colBlanchedAlmond colors.html#colBlanchedAlmond const colBlanchedAlmond 157
|
|
nim colBlue colors.html#colBlue const colBlue 158
|
|
nim colBlueViolet colors.html#colBlueViolet const colBlueViolet 159
|
|
nim colBrown colors.html#colBrown const colBrown 160
|
|
nim colBurlyWood colors.html#colBurlyWood const colBurlyWood 161
|
|
nim colCadetBlue colors.html#colCadetBlue const colCadetBlue 162
|
|
nim colChartreuse colors.html#colChartreuse const colChartreuse 163
|
|
nim colChocolate colors.html#colChocolate const colChocolate 164
|
|
nim colCoral colors.html#colCoral const colCoral 165
|
|
nim colCornflowerBlue colors.html#colCornflowerBlue const colCornflowerBlue 166
|
|
nim colCornsilk colors.html#colCornsilk const colCornsilk 167
|
|
nim colCrimson colors.html#colCrimson const colCrimson 168
|
|
nim colCyan colors.html#colCyan const colCyan 169
|
|
nim colDarkBlue colors.html#colDarkBlue const colDarkBlue 170
|
|
nim colDarkCyan colors.html#colDarkCyan const colDarkCyan 171
|
|
nim colDarkGoldenRod colors.html#colDarkGoldenRod const colDarkGoldenRod 172
|
|
nim colDarkGray colors.html#colDarkGray const colDarkGray 173
|
|
nim colDarkGreen colors.html#colDarkGreen const colDarkGreen 174
|
|
nim colDarkGrey colors.html#colDarkGrey const colDarkGrey 175
|
|
nim colDarkKhaki colors.html#colDarkKhaki const colDarkKhaki 176
|
|
nim colDarkMagenta colors.html#colDarkMagenta const colDarkMagenta 177
|
|
nim colDarkOliveGreen colors.html#colDarkOliveGreen const colDarkOliveGreen 178
|
|
nim colDarkorange colors.html#colDarkorange const colDarkorange 179
|
|
nim colDarkOrchid colors.html#colDarkOrchid const colDarkOrchid 180
|
|
nim colDarkRed colors.html#colDarkRed const colDarkRed 181
|
|
nim colDarkSalmon colors.html#colDarkSalmon const colDarkSalmon 182
|
|
nim colDarkSeaGreen colors.html#colDarkSeaGreen const colDarkSeaGreen 183
|
|
nim colDarkSlateBlue colors.html#colDarkSlateBlue const colDarkSlateBlue 184
|
|
nim colDarkSlateGray colors.html#colDarkSlateGray const colDarkSlateGray 185
|
|
nim colDarkSlateGrey colors.html#colDarkSlateGrey const colDarkSlateGrey 186
|
|
nim colDarkTurquoise colors.html#colDarkTurquoise const colDarkTurquoise 187
|
|
nim colDarkViolet colors.html#colDarkViolet const colDarkViolet 188
|
|
nim colDeepPink colors.html#colDeepPink const colDeepPink 189
|
|
nim colDeepSkyBlue colors.html#colDeepSkyBlue const colDeepSkyBlue 190
|
|
nim colDimGray colors.html#colDimGray const colDimGray 191
|
|
nim colDimGrey colors.html#colDimGrey const colDimGrey 192
|
|
nim colDodgerBlue colors.html#colDodgerBlue const colDodgerBlue 193
|
|
nim colFireBrick colors.html#colFireBrick const colFireBrick 194
|
|
nim colFloralWhite colors.html#colFloralWhite const colFloralWhite 195
|
|
nim colForestGreen colors.html#colForestGreen const colForestGreen 196
|
|
nim colFuchsia colors.html#colFuchsia const colFuchsia 197
|
|
nim colGainsboro colors.html#colGainsboro const colGainsboro 198
|
|
nim colGhostWhite colors.html#colGhostWhite const colGhostWhite 199
|
|
nim colGold colors.html#colGold const colGold 200
|
|
nim colGoldenRod colors.html#colGoldenRod const colGoldenRod 201
|
|
nim colGray colors.html#colGray const colGray 202
|
|
nim colGreen colors.html#colGreen const colGreen 203
|
|
nim colGreenYellow colors.html#colGreenYellow const colGreenYellow 204
|
|
nim colGrey colors.html#colGrey const colGrey 205
|
|
nim colHoneyDew colors.html#colHoneyDew const colHoneyDew 206
|
|
nim colHotPink colors.html#colHotPink const colHotPink 207
|
|
nim colIndianRed colors.html#colIndianRed const colIndianRed 208
|
|
nim colIndigo colors.html#colIndigo const colIndigo 209
|
|
nim colIvory colors.html#colIvory const colIvory 210
|
|
nim colKhaki colors.html#colKhaki const colKhaki 211
|
|
nim colLavender colors.html#colLavender const colLavender 212
|
|
nim colLavenderBlush colors.html#colLavenderBlush const colLavenderBlush 213
|
|
nim colLawnGreen colors.html#colLawnGreen const colLawnGreen 214
|
|
nim colLemonChiffon colors.html#colLemonChiffon const colLemonChiffon 215
|
|
nim colLightBlue colors.html#colLightBlue const colLightBlue 216
|
|
nim colLightCoral colors.html#colLightCoral const colLightCoral 217
|
|
nim colLightCyan colors.html#colLightCyan const colLightCyan 218
|
|
nim colLightGoldenRodYellow colors.html#colLightGoldenRodYellow const colLightGoldenRodYellow 219
|
|
nim colLightGray colors.html#colLightGray const colLightGray 220
|
|
nim colLightGreen colors.html#colLightGreen const colLightGreen 221
|
|
nim colLightGrey colors.html#colLightGrey const colLightGrey 222
|
|
nim colLightPink colors.html#colLightPink const colLightPink 223
|
|
nim colLightSalmon colors.html#colLightSalmon const colLightSalmon 224
|
|
nim colLightSeaGreen colors.html#colLightSeaGreen const colLightSeaGreen 225
|
|
nim colLightSkyBlue colors.html#colLightSkyBlue const colLightSkyBlue 226
|
|
nim colLightSlateGray colors.html#colLightSlateGray const colLightSlateGray 227
|
|
nim colLightSlateGrey colors.html#colLightSlateGrey const colLightSlateGrey 228
|
|
nim colLightSteelBlue colors.html#colLightSteelBlue const colLightSteelBlue 229
|
|
nim colLightYellow colors.html#colLightYellow const colLightYellow 230
|
|
nim colLime colors.html#colLime const colLime 231
|
|
nim colLimeGreen colors.html#colLimeGreen const colLimeGreen 232
|
|
nim colLinen colors.html#colLinen const colLinen 233
|
|
nim colMagenta colors.html#colMagenta const colMagenta 234
|
|
nim colMaroon colors.html#colMaroon const colMaroon 235
|
|
nim colMediumAquaMarine colors.html#colMediumAquaMarine const colMediumAquaMarine 236
|
|
nim colMediumBlue colors.html#colMediumBlue const colMediumBlue 237
|
|
nim colMediumOrchid colors.html#colMediumOrchid const colMediumOrchid 238
|
|
nim colMediumPurple colors.html#colMediumPurple const colMediumPurple 239
|
|
nim colMediumSeaGreen colors.html#colMediumSeaGreen const colMediumSeaGreen 240
|
|
nim colMediumSlateBlue colors.html#colMediumSlateBlue const colMediumSlateBlue 241
|
|
nim colMediumSpringGreen colors.html#colMediumSpringGreen const colMediumSpringGreen 242
|
|
nim colMediumTurquoise colors.html#colMediumTurquoise const colMediumTurquoise 243
|
|
nim colMediumVioletRed colors.html#colMediumVioletRed const colMediumVioletRed 244
|
|
nim colMidnightBlue colors.html#colMidnightBlue const colMidnightBlue 245
|
|
nim colMintCream colors.html#colMintCream const colMintCream 246
|
|
nim colMistyRose colors.html#colMistyRose const colMistyRose 247
|
|
nim colMoccasin colors.html#colMoccasin const colMoccasin 248
|
|
nim colNavajoWhite colors.html#colNavajoWhite const colNavajoWhite 249
|
|
nim colNavy colors.html#colNavy const colNavy 250
|
|
nim colOldLace colors.html#colOldLace const colOldLace 251
|
|
nim colOlive colors.html#colOlive const colOlive 252
|
|
nim colOliveDrab colors.html#colOliveDrab const colOliveDrab 253
|
|
nim colOrange colors.html#colOrange const colOrange 254
|
|
nim colOrangeRed colors.html#colOrangeRed const colOrangeRed 255
|
|
nim colOrchid colors.html#colOrchid const colOrchid 256
|
|
nim colPaleGoldenRod colors.html#colPaleGoldenRod const colPaleGoldenRod 257
|
|
nim colPaleGreen colors.html#colPaleGreen const colPaleGreen 258
|
|
nim colPaleTurquoise colors.html#colPaleTurquoise const colPaleTurquoise 259
|
|
nim colPaleVioletRed colors.html#colPaleVioletRed const colPaleVioletRed 260
|
|
nim colPapayaWhip colors.html#colPapayaWhip const colPapayaWhip 261
|
|
nim colPeachPuff colors.html#colPeachPuff const colPeachPuff 262
|
|
nim colPeru colors.html#colPeru const colPeru 263
|
|
nim colPink colors.html#colPink const colPink 264
|
|
nim colPlum colors.html#colPlum const colPlum 265
|
|
nim colPowderBlue colors.html#colPowderBlue const colPowderBlue 266
|
|
nim colPurple colors.html#colPurple const colPurple 267
|
|
nim colRebeccaPurple colors.html#colRebeccaPurple const colRebeccaPurple 268
|
|
nim colRed colors.html#colRed const colRed 269
|
|
nim colRosyBrown colors.html#colRosyBrown const colRosyBrown 270
|
|
nim colRoyalBlue colors.html#colRoyalBlue const colRoyalBlue 271
|
|
nim colSaddleBrown colors.html#colSaddleBrown const colSaddleBrown 272
|
|
nim colSalmon colors.html#colSalmon const colSalmon 273
|
|
nim colSandyBrown colors.html#colSandyBrown const colSandyBrown 274
|
|
nim colSeaGreen colors.html#colSeaGreen const colSeaGreen 275
|
|
nim colSeaShell colors.html#colSeaShell const colSeaShell 276
|
|
nim colSienna colors.html#colSienna const colSienna 277
|
|
nim colSilver colors.html#colSilver const colSilver 278
|
|
nim colSkyBlue colors.html#colSkyBlue const colSkyBlue 279
|
|
nim colSlateBlue colors.html#colSlateBlue const colSlateBlue 280
|
|
nim colSlateGray colors.html#colSlateGray const colSlateGray 281
|
|
nim colSlateGrey colors.html#colSlateGrey const colSlateGrey 282
|
|
nim colSnow colors.html#colSnow const colSnow 283
|
|
nim colSpringGreen colors.html#colSpringGreen const colSpringGreen 284
|
|
nim colSteelBlue colors.html#colSteelBlue const colSteelBlue 285
|
|
nim colTan colors.html#colTan const colTan 286
|
|
nim colTeal colors.html#colTeal const colTeal 287
|
|
nim colThistle colors.html#colThistle const colThistle 288
|
|
nim colTomato colors.html#colTomato const colTomato 289
|
|
nim colTurquoise colors.html#colTurquoise const colTurquoise 290
|
|
nim colViolet colors.html#colViolet const colViolet 291
|
|
nim colWheat colors.html#colWheat const colWheat 292
|
|
nim colWhite colors.html#colWhite const colWhite 293
|
|
nim colWhiteSmoke colors.html#colWhiteSmoke const colWhiteSmoke 294
|
|
nim colYellow colors.html#colYellow const colYellow 295
|
|
nim colYellowGreen colors.html#colYellowGreen const colYellowGreen 296
|
|
nim `$` colors.html#$,Color proc `$`(c: Color): string 448
|
|
nim parseColor colors.html#parseColor,string proc parseColor(name: string): Color 458
|
|
nim isColor colors.html#isColor,string proc isColor(name: string): bool 480
|
|
nim rgb colors.html#rgb,range[],range[],range[] proc rgb(r, g, b: range[0 .. 255]): Color 501
|