QuectoColorsCSSStrings extension
This extension class adds proper methods for all of the standard CSS/X11/SVG color names for use by QuectoColors.
- on
Properties
- aliceBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color aliceBlue(0xF0F8FF)/rgb(240, 248, 255)
no setter - antiqueWhite → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color antiqueWhite(0xFAEBD7)/rgb(250, 235, 215)
no setter - aqua → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color aqua(0x00FFFF)/rgb(0, 255, 255)
no setter - aquamarine → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color aquamarine(0x7FFFD4)/rgb(127, 255, 212)
no setter - azure → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color azure(0xF0FFFF)/rgb(240, 255, 255)
no setter - beige → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color beige(0xF5F5DC)/rgb(245, 245, 220)
no setter - bisque → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color bisque(0xFFE4C4)/rgb(255, 228, 196)
no setter - blackX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color blackX11(0x000000)/rgb(0, 0, 0)
no setter - blanchedAlmond → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color blanchedAlmond(0xFFEBCD)/rgb(255, 235, 205)
no setter - blueViolet → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color blueViolet(0x8A2BE2)/rgb(138, 43, 226)
no setter - blueX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color blueX11(0x0000FF)/rgb(0, 0, 255)
no setter - brown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color brown(0xA52A2A)/rgb(165, 42, 42)
no setter - burlywood → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color burlywood(0xDEB887)/rgb(222, 184, 135)
no setter - cadetBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color cadetBlue(0x5F9EA0)/rgb(95, 158, 160)
no setter - chartreuse → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color chartreuse(0x7FFF00)/rgb(127, 255, 0)
no setter - chocolate → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color chocolate(0xD2691E)/rgb(210, 105, 30)
no setter - coral → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color coral(0xFF7F50)/rgb(255, 127, 80)
no setter - cornflowerBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color cornflowerBlue(0x6495ED)/rgb(100, 149, 237)
no setter - cornsilk → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color cornsilk(0xFFF8DC)/rgb(255, 248, 220)
no setter - crimson → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color crimson(0xDC143C)/rgb(220, 20, 60)
no setter - cyanX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color cyanX11(0x00FFFF)/rgb(0, 255, 255)
no setter - darkBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkBlue(0x00008B)/rgb(0, 0, 139)
no setter - darkCyan → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkCyan(0x008B8B)/rgb(0, 139, 139)
no setter - darkGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkGoldenrod(0xB8860B)/rgb(184, 134, 11)
no setter - darkGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkGray(0xA9A9A9)/rgb(169, 169, 169)
no setter - darkGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkGreen(0x006400)/rgb(0, 100, 0)
no setter - darkGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkGrey(0xA9A9A9)/rgb(169, 169, 169)
no setter - darkKhaki → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkKhaki(0xBDB76B)/rgb(189, 183, 107)
no setter - darkMagenta → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkMagenta(0x8B008B)/rgb(139, 0, 139)
no setter - darkOliveGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkOliveGreen(0x556B2F)/rgb(85, 107, 47)
no setter - darkOrange → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkOrange(0xFF8C00)/rgb(255, 140, 0)
no setter - darkOrchid → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkOrchid(0x9932CC)/rgb(153, 50, 204)
no setter - darkRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkRed(0x8B0000)/rgb(139, 0, 0)
no setter - darkSalmon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkSalmon(0xE9967A)/rgb(233, 150, 122)
no setter - darkSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkSeaGreen(0x8FBC8F)/rgb(143, 188, 143)
no setter - darkSlateBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkSlateBlue(0x483D8B)/rgb(72, 61, 139)
no setter - darkSlateGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkSlateGray(0x2F4F4F)/rgb(47, 79, 79)
no setter - darkSlateGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkSlateGrey(0x2F4F4F)/rgb(47, 79, 79)
no setter - darkTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkTurquoise(0x00CED1)/rgb(0, 206, 209)
no setter - darkViolet → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color darkViolet(0x9400D3)/rgb(148, 0, 211)
no setter - deepPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color deepPink(0xFF1493)/rgb(255, 20, 147)
no setter - deepSkyBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color deepSkyBlue(0x00BFFF)/rgb(0, 191, 255)
no setter - dimGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color dimGray(0x696969)/rgb(105, 105, 105)
no setter - dimGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color dimGrey(0x696969)/rgb(105, 105, 105)
no setter - dodgerBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color dodgerBlue(0x1E90FF)/rgb(30, 144, 255)
no setter - fireBrick → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color fireBrick(0xB22222)/rgb(178, 34, 34)
no setter - floralWhite → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color floralWhite(0xFFFAF0)/rgb(255, 250, 240)
no setter - forestGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color forestGreen(0x228B22)/rgb(34, 139, 34)
no setter - fuchsia → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color fuchsia(0xFF00FF)/rgb(255, 0, 255)
no setter - gainsboro → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color gainsboro(0xDCDCDC)/rgb(220, 220, 220)
no setter - ghostWhite → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color ghostWhite(0xF8F8FF)/rgb(248, 248, 255)
no setter - gold → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color gold(0xFFD700)/rgb(255, 215, 0)
no setter - goldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color goldenrod(0xDAA520)/rgb(218, 165, 32)
no setter - grayX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color grayX11(0x808080)/rgb(128, 128, 128)
no setter - greenX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color greenX11(0x008000)/rgb(0, 128, 0)
no setter - greenYellow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color greenYellow(0xADFF2F)/rgb(173, 255, 47)
no setter - greyX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color greyX11(0x808080)/rgb(128, 128, 128)
no setter - honeydew → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color honeydew(0xF0FFF0)/rgb(240, 255, 240)
no setter - hotPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color hotPink(0xFF69B4)/rgb(255, 105, 180)
no setter - indianRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color indianRed(0xCD5C5C)/rgb(205, 92, 92)
no setter - indigo → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color indigo(0x4B0082)/rgb(75, 0, 130)
no setter - ivory → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color ivory(0xFFFFF0)/rgb(255, 255, 240)
no setter - khaki → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color khaki(0xF0E68C)/rgb(240, 230, 140)
no setter - lavender → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lavender(0xE6E6FA)/rgb(230, 230, 250)
no setter - lavenderBlush → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lavenderBlush(0xFFF0F5)/rgb(255, 240, 245)
no setter - lawnGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lawnGreen(0x7CFC00)/rgb(124, 252, 0)
no setter - lemonChiffon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lemonChiffon(0xFFFACD)/rgb(255, 250, 205)
no setter - lightBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightBlue(0xADD8E6)/rgb(173, 216, 230)
no setter - lightCoral → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightCoral(0xF08080)/rgb(240, 128, 128)
no setter - lightCyan → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightCyan(0xE0FFFF)/rgb(224, 255, 255)
no setter - lightGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to X11 color lightGoldenrod(0xFAFAD2)/rgb(250, 250, 210)
no setter - lightGoldenrodYellow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS color lightGoldenrodYellow(0xFAFAD2)/rgb(250, 250, 210)
no setter - lightGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightGray(0xD3D3D3)/rgb(211, 211, 211)
no setter - lightGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightGreen(0x90EE90)/rgb(144, 238, 144)
no setter - lightGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightGrey(0xD3D3D3)/rgb(211, 211, 211)
no setter - lightPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightPink(0xFFB6C1)/rgb(255, 182, 193)
no setter - lightSalmon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightSalmon(0xFFA07A)/rgb(255, 160, 122)
no setter - lightSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightSeaGreen(0x20B2AA)/rgb(32, 178, 170)
no setter - lightSkyBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightSkyBlue(0x87CEFA)/rgb(135, 206, 250)
no setter - lightSlateGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightSlateGray(0x778899)/rgb(119, 136, 153)
no setter - lightSlateGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightSlateGrey(0x778899)/rgb(119, 136, 153)
no setter - lightSteelBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightSteelBlue(0xB0C4DE)/rgb(176, 196, 222)
no setter - lightYellow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lightYellow(0xFFFFE0)/rgb(255, 255, 224)
no setter - lime → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color lime(0x00FF00)/rgb(0, 255, 0)
no setter - limeGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color limeGreen(0x32CD32)/rgb(50, 205, 50)
no setter - linen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color linen(0xFAF0E6)/rgb(250, 240, 230)
no setter - magentaX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color magentaX11(0xFF00FF)/rgb(255, 0, 255)
no setter - maroon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color maroon(0x800000)/rgb(128, 0, 0)
no setter - mediumAquamarine → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumAquamarine(0x66CDAA)/rgb(102, 205, 170)
no setter - mediumBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumBlue(0x0000CD)/rgb(0, 0, 205)
no setter - mediumOrchid → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumOrchid(0xBA55D3)/rgb(186, 85, 211)
no setter - mediumPurple → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumPurple(0x9370DB)/rgb(147, 112, 219)
no setter - mediumSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumSeaGreen(0x3CB371)/rgb(60, 179, 113)
no setter - mediumSlateBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumSlateBlue(0x7B68EE)/rgb(123, 104, 238)
no setter - mediumSpringGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumSpringGreen(0x00FA9A)/rgb(0, 250, 154)
no setter - mediumTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumTurquoise(0x48D1CC)/rgb(72, 209, 204)
no setter - mediumVioletRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mediumVioletRed(0xC71585)/rgb(199, 21, 133)
no setter - midnightBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color midnightBlue(0x191970)/rgb(25, 25, 112)
no setter - mintCream → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mintCream(0xF5FFFA)/rgb(245, 255, 250)
no setter - mistyRose → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color mistyRose(0xFFE4E1)/rgb(255, 228, 225)
no setter - moccasin → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color moccasin(0xFFE4B5)/rgb(255, 228, 181)
no setter -
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color navajoWhite(0xFFDEAD)/rgb(255, 222, 173)
no setter -
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color navy(0x000080)/rgb(0, 0, 128)
no setter - oldLace → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color oldLace(0xFDF5E6)/rgb(253, 245, 230)
no setter - olive → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color olive(0x808000)/rgb(128, 128, 0)
no setter - oliveDrab → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color oliveDrab(0x6B8E23)/rgb(107, 142, 35)
no setter - onAliceBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color aliceBlue(0xF0F8FF)/rgb(240, 248, 255)
no setter - onAliceBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color aliceBlue(0xF0F8FF)/rgb(240, 248, 255)
no setter - onAntiqueWhite → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color antiqueWhite(0xFAEBD7)/rgb(250, 235, 215)
no setter - onAntiqueWhiteUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color antiqueWhite(0xFAEBD7)/rgb(250, 235, 215)
no setter - onAqua → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color aqua(0x00FFFF)/rgb(0, 255, 255)
no setter - onAquamarine → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color aquamarine(0x7FFFD4)/rgb(127, 255, 212)
no setter - onAquamarineUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color aquamarine(0x7FFFD4)/rgb(127, 255, 212)
no setter - onAquaUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color aqua(0x00FFFF)/rgb(0, 255, 255)
no setter - onAzure → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color azure(0xF0FFFF)/rgb(240, 255, 255)
no setter - onAzureUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color azure(0xF0FFFF)/rgb(240, 255, 255)
no setter - onBeige → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color beige(0xF5F5DC)/rgb(245, 245, 220)
no setter - onBeigeUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color beige(0xF5F5DC)/rgb(245, 245, 220)
no setter - onBisque → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color bisque(0xFFE4C4)/rgb(255, 228, 196)
no setter - onBisqueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color bisque(0xFFE4C4)/rgb(255, 228, 196)
no setter - onBlackX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color blackX11(0x000000)/rgb(0, 0, 0)
no setter - onBlackX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color blackX11(0x000000)/rgb(0, 0, 0)
no setter - onBlanchedAlmond → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color blanchedAlmond(0xFFEBCD)/rgb(255, 235, 205)
no setter - onBlanchedAlmondUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color blanchedAlmond(0xFFEBCD)/rgb(255, 235, 205)
no setter - onBlueViolet → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color blueViolet(0x8A2BE2)/rgb(138, 43, 226)
no setter - onBlueVioletUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color blueViolet(0x8A2BE2)/rgb(138, 43, 226)
no setter - onBlueX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color blueX11(0x0000FF)/rgb(0, 0, 255)
no setter - onBlueX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color blueX11(0x0000FF)/rgb(0, 0, 255)
no setter - onBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color brown(0xA52A2A)/rgb(165, 42, 42)
no setter - onBrownUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color brown(0xA52A2A)/rgb(165, 42, 42)
no setter - onBurlywood → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color burlywood(0xDEB887)/rgb(222, 184, 135)
no setter - onBurlywoodUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color burlywood(0xDEB887)/rgb(222, 184, 135)
no setter - onCadetBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color cadetBlue(0x5F9EA0)/rgb(95, 158, 160)
no setter - onCadetBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color cadetBlue(0x5F9EA0)/rgb(95, 158, 160)
no setter - onChartreuse → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color chartreuse(0x7FFF00)/rgb(127, 255, 0)
no setter - onChartreuseUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color chartreuse(0x7FFF00)/rgb(127, 255, 0)
no setter - onChocolate → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color chocolate(0xD2691E)/rgb(210, 105, 30)
no setter - onChocolateUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color chocolate(0xD2691E)/rgb(210, 105, 30)
no setter - onCoral → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color coral(0xFF7F50)/rgb(255, 127, 80)
no setter - onCoralUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color coral(0xFF7F50)/rgb(255, 127, 80)
no setter - onCornflowerBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color cornflowerBlue(0x6495ED)/rgb(100, 149, 237)
no setter - onCornflowerBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color cornflowerBlue(0x6495ED)/rgb(100, 149, 237)
no setter - onCornsilk → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color cornsilk(0xFFF8DC)/rgb(255, 248, 220)
no setter - onCornsilkUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color cornsilk(0xFFF8DC)/rgb(255, 248, 220)
no setter - onCrimson → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color crimson(0xDC143C)/rgb(220, 20, 60)
no setter - onCrimsonUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color crimson(0xDC143C)/rgb(220, 20, 60)
no setter - onCyanX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color cyanX11(0x00FFFF)/rgb(0, 255, 255)
no setter - onCyanX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color cyanX11(0x00FFFF)/rgb(0, 255, 255)
no setter - onDarkBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkBlue(0x00008B)/rgb(0, 0, 139)
no setter - onDarkBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkBlue(0x00008B)/rgb(0, 0, 139)
no setter - onDarkCyan → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkCyan(0x008B8B)/rgb(0, 139, 139)
no setter - onDarkCyanUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkCyan(0x008B8B)/rgb(0, 139, 139)
no setter - onDarkGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkGoldenrod(0xB8860B)/rgb(184, 134, 11)
no setter - onDarkGoldenrodUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkGoldenrod(0xB8860B)/rgb(184, 134, 11)
no setter - onDarkGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkGray(0xA9A9A9)/rgb(169, 169, 169)
no setter - onDarkGrayUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkGray(0xA9A9A9)/rgb(169, 169, 169)
no setter - onDarkGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkGreen(0x006400)/rgb(0, 100, 0)
no setter - onDarkGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkGreen(0x006400)/rgb(0, 100, 0)
no setter - onDarkGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkGrey(0xA9A9A9)/rgb(169, 169, 169)
no setter - onDarkGreyUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkGrey(0xA9A9A9)/rgb(169, 169, 169)
no setter - onDarkKhaki → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkKhaki(0xBDB76B)/rgb(189, 183, 107)
no setter - onDarkKhakiUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkKhaki(0xBDB76B)/rgb(189, 183, 107)
no setter - onDarkMagenta → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkMagenta(0x8B008B)/rgb(139, 0, 139)
no setter - onDarkMagentaUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkMagenta(0x8B008B)/rgb(139, 0, 139)
no setter - onDarkOliveGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkOliveGreen(0x556B2F)/rgb(85, 107, 47)
no setter - onDarkOliveGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkOliveGreen(0x556B2F)/rgb(85, 107, 47)
no setter - onDarkOrange → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkOrange(0xFF8C00)/rgb(255, 140, 0)
no setter - onDarkOrangeUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkOrange(0xFF8C00)/rgb(255, 140, 0)
no setter - onDarkOrchid → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkOrchid(0x9932CC)/rgb(153, 50, 204)
no setter - onDarkOrchidUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkOrchid(0x9932CC)/rgb(153, 50, 204)
no setter - onDarkRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkRed(0x8B0000)/rgb(139, 0, 0)
no setter - onDarkRedUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkRed(0x8B0000)/rgb(139, 0, 0)
no setter - onDarkSalmon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkSalmon(0xE9967A)/rgb(233, 150, 122)
no setter - onDarkSalmonUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkSalmon(0xE9967A)/rgb(233, 150, 122)
no setter - onDarkSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkSeaGreen(0x8FBC8F)/rgb(143, 188, 143)
no setter - onDarkSeaGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkSeaGreen(0x8FBC8F)/rgb(143, 188, 143)
no setter - onDarkSlateBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkSlateBlue(0x483D8B)/rgb(72, 61, 139)
no setter - onDarkSlateBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkSlateBlue(0x483D8B)/rgb(72, 61, 139)
no setter - onDarkSlateGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkSlateGray(0x2F4F4F)/rgb(47, 79, 79)
no setter - onDarkSlateGrayUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkSlateGray(0x2F4F4F)/rgb(47, 79, 79)
no setter - onDarkSlateGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkSlateGrey(0x2F4F4F)/rgb(47, 79, 79)
no setter - onDarkSlateGreyUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkSlateGrey(0x2F4F4F)/rgb(47, 79, 79)
no setter - onDarkTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkTurquoise(0x00CED1)/rgb(0, 206, 209)
no setter - onDarkTurquoiseUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkTurquoise(0x00CED1)/rgb(0, 206, 209)
no setter - onDarkViolet → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color darkViolet(0x9400D3)/rgb(148, 0, 211)
no setter - onDarkVioletUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color darkViolet(0x9400D3)/rgb(148, 0, 211)
no setter - onDeepPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color deepPink(0xFF1493)/rgb(255, 20, 147)
no setter - onDeepPinkUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color deepPink(0xFF1493)/rgb(255, 20, 147)
no setter - onDeepSkyBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color deepSkyBlue(0x00BFFF)/rgb(0, 191, 255)
no setter - onDeepSkyBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color deepSkyBlue(0x00BFFF)/rgb(0, 191, 255)
no setter - onDimGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color dimGray(0x696969)/rgb(105, 105, 105)
no setter - onDimGrayUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color dimGray(0x696969)/rgb(105, 105, 105)
no setter - onDimGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color dimGrey(0x696969)/rgb(105, 105, 105)
no setter - onDimGreyUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color dimGrey(0x696969)/rgb(105, 105, 105)
no setter - onDodgerBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color dodgerBlue(0x1E90FF)/rgb(30, 144, 255)
no setter - onDodgerBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color dodgerBlue(0x1E90FF)/rgb(30, 144, 255)
no setter - onFireBrick → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color fireBrick(0xB22222)/rgb(178, 34, 34)
no setter - onFireBrickUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color fireBrick(0xB22222)/rgb(178, 34, 34)
no setter - onFloralWhite → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color floralWhite(0xFFFAF0)/rgb(255, 250, 240)
no setter - onFloralWhiteUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color floralWhite(0xFFFAF0)/rgb(255, 250, 240)
no setter - onForestGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color forestGreen(0x228B22)/rgb(34, 139, 34)
no setter - onForestGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color forestGreen(0x228B22)/rgb(34, 139, 34)
no setter - onFuchsia → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color fuchsia(0xFF00FF)/rgb(255, 0, 255)
no setter - onFuchsiaUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color fuchsia(0xFF00FF)/rgb(255, 0, 255)
no setter - onGainsboro → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color gainsboro(0xDCDCDC)/rgb(220, 220, 220)
no setter - onGainsboroUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color gainsboro(0xDCDCDC)/rgb(220, 220, 220)
no setter - onGhostWhite → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color ghostWhite(0xF8F8FF)/rgb(248, 248, 255)
no setter - onGhostWhiteUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color ghostWhite(0xF8F8FF)/rgb(248, 248, 255)
no setter - onGold → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color gold(0xFFD700)/rgb(255, 215, 0)
no setter - onGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color goldenrod(0xDAA520)/rgb(218, 165, 32)
no setter - onGoldenrodUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color goldenrod(0xDAA520)/rgb(218, 165, 32)
no setter - onGoldUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color gold(0xFFD700)/rgb(255, 215, 0)
no setter - onGrayX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color grayX11(0x808080)/rgb(128, 128, 128)
no setter - onGrayX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color grayX11(0x808080)/rgb(128, 128, 128)
no setter - onGreenX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color greenX11(0x008000)/rgb(0, 128, 0)
no setter - onGreenX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color greenX11(0x008000)/rgb(0, 128, 0)
no setter - onGreenYellow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color greenYellow(0xADFF2F)/rgb(173, 255, 47)
no setter - onGreenYellowUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color greenYellow(0xADFF2F)/rgb(173, 255, 47)
no setter - onGreyX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color greyX11(0x808080)/rgb(128, 128, 128)
no setter - onGreyX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color greyX11(0x808080)/rgb(128, 128, 128)
no setter - onHoneydew → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color honeydew(0xF0FFF0)/rgb(240, 255, 240)
no setter - onHoneydewUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color honeydew(0xF0FFF0)/rgb(240, 255, 240)
no setter - onHotPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color hotPink(0xFF69B4)/rgb(255, 105, 180)
no setter - onHotPinkUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color hotPink(0xFF69B4)/rgb(255, 105, 180)
no setter - onIndianRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color indianRed(0xCD5C5C)/rgb(205, 92, 92)
no setter - onIndianRedUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color indianRed(0xCD5C5C)/rgb(205, 92, 92)
no setter - onIndigo → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color indigo(0x4B0082)/rgb(75, 0, 130)
no setter - onIndigoUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color indigo(0x4B0082)/rgb(75, 0, 130)
no setter - onIvory → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color ivory(0xFFFFF0)/rgb(255, 255, 240)
no setter - onIvoryUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color ivory(0xFFFFF0)/rgb(255, 255, 240)
no setter - onKhaki → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color khaki(0xF0E68C)/rgb(240, 230, 140)
no setter - onKhakiUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color khaki(0xF0E68C)/rgb(240, 230, 140)
no setter - onLavender → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lavender(0xE6E6FA)/rgb(230, 230, 250)
no setter - onLavenderBlush → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lavenderBlush(0xFFF0F5)/rgb(255, 240, 245)
no setter - onLavenderBlushUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lavenderBlush(0xFFF0F5)/rgb(255, 240, 245)
no setter - onLavenderUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lavender(0xE6E6FA)/rgb(230, 230, 250)
no setter - onLawnGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lawnGreen(0x7CFC00)/rgb(124, 252, 0)
no setter - onLawnGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lawnGreen(0x7CFC00)/rgb(124, 252, 0)
no setter - onLemonChiffon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lemonChiffon(0xFFFACD)/rgb(255, 250, 205)
no setter - onLemonChiffonUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lemonChiffon(0xFFFACD)/rgb(255, 250, 205)
no setter - onLightBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightBlue(0xADD8E6)/rgb(173, 216, 230)
no setter - onLightBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightBlue(0xADD8E6)/rgb(173, 216, 230)
no setter - onLightCoral → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightCoral(0xF08080)/rgb(240, 128, 128)
no setter - onLightCoralUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightCoral(0xF08080)/rgb(240, 128, 128)
no setter - onLightCyan → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightCyan(0xE0FFFF)/rgb(224, 255, 255)
no setter - onLightCyanUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightCyan(0xE0FFFF)/rgb(224, 255, 255)
no setter - onLightGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to X11 color lightGoldenrod(0xFAFAD2)/rgb(250, 250, 210)
no setter - onLightGoldenrodUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to X11 color lightGoldenrod(0xFAFAD2)/rgb(250, 250, 210)
no setter - onLightGoldenrodYellow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS color lightGoldenrodYellow(0xFAFAD2)/rgb(250, 250, 210)
no setter - onLightGoldenrodYellowUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS color lightGoldenrodYellow(0xFAFAD2)/rgb(250, 250, 210)
no setter - onLightGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightGray(0xD3D3D3)/rgb(211, 211, 211)
no setter - onLightGrayUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightGray(0xD3D3D3)/rgb(211, 211, 211)
no setter - onLightGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightGreen(0x90EE90)/rgb(144, 238, 144)
no setter - onLightGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightGreen(0x90EE90)/rgb(144, 238, 144)
no setter - onLightGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightGrey(0xD3D3D3)/rgb(211, 211, 211)
no setter - onLightGreyUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightGrey(0xD3D3D3)/rgb(211, 211, 211)
no setter - onLightPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightPink(0xFFB6C1)/rgb(255, 182, 193)
no setter - onLightPinkUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightPink(0xFFB6C1)/rgb(255, 182, 193)
no setter - onLightSalmon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightSalmon(0xFFA07A)/rgb(255, 160, 122)
no setter - onLightSalmonUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightSalmon(0xFFA07A)/rgb(255, 160, 122)
no setter - onLightSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightSeaGreen(0x20B2AA)/rgb(32, 178, 170)
no setter - onLightSeaGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightSeaGreen(0x20B2AA)/rgb(32, 178, 170)
no setter - onLightSkyBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightSkyBlue(0x87CEFA)/rgb(135, 206, 250)
no setter - onLightSkyBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightSkyBlue(0x87CEFA)/rgb(135, 206, 250)
no setter - onLightSlateGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightSlateGray(0x778899)/rgb(119, 136, 153)
no setter - onLightSlateGrayUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightSlateGray(0x778899)/rgb(119, 136, 153)
no setter - onLightSlateGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightSlateGrey(0x778899)/rgb(119, 136, 153)
no setter - onLightSlateGreyUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightSlateGrey(0x778899)/rgb(119, 136, 153)
no setter - onLightSteelBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightSteelBlue(0xB0C4DE)/rgb(176, 196, 222)
no setter - onLightSteelBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightSteelBlue(0xB0C4DE)/rgb(176, 196, 222)
no setter - onLightYellow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lightYellow(0xFFFFE0)/rgb(255, 255, 224)
no setter - onLightYellowUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lightYellow(0xFFFFE0)/rgb(255, 255, 224)
no setter - onLime → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color lime(0x00FF00)/rgb(0, 255, 0)
no setter - onLimeGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color limeGreen(0x32CD32)/rgb(50, 205, 50)
no setter - onLimeGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color limeGreen(0x32CD32)/rgb(50, 205, 50)
no setter - onLimeUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color lime(0x00FF00)/rgb(0, 255, 0)
no setter - onLinen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color linen(0xFAF0E6)/rgb(250, 240, 230)
no setter - onLinenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color linen(0xFAF0E6)/rgb(250, 240, 230)
no setter - onMagentaX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color magentaX11(0xFF00FF)/rgb(255, 0, 255)
no setter - onMagentaX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color magentaX11(0xFF00FF)/rgb(255, 0, 255)
no setter - onMaroon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color maroon(0x800000)/rgb(128, 0, 0)
no setter - onMaroonUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color maroon(0x800000)/rgb(128, 0, 0)
no setter - onMediumAquamarine → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumAquamarine(0x66CDAA)/rgb(102, 205, 170)
no setter - onMediumAquamarineUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumAquamarine(0x66CDAA)/rgb(102, 205, 170)
no setter - onMediumBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumBlue(0x0000CD)/rgb(0, 0, 205)
no setter - onMediumBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumBlue(0x0000CD)/rgb(0, 0, 205)
no setter - onMediumOrchid → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumOrchid(0xBA55D3)/rgb(186, 85, 211)
no setter - onMediumOrchidUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumOrchid(0xBA55D3)/rgb(186, 85, 211)
no setter - onMediumPurple → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumPurple(0x9370DB)/rgb(147, 112, 219)
no setter - onMediumPurpleUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumPurple(0x9370DB)/rgb(147, 112, 219)
no setter - onMediumSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumSeaGreen(0x3CB371)/rgb(60, 179, 113)
no setter - onMediumSeaGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumSeaGreen(0x3CB371)/rgb(60, 179, 113)
no setter - onMediumSlateBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumSlateBlue(0x7B68EE)/rgb(123, 104, 238)
no setter - onMediumSlateBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumSlateBlue(0x7B68EE)/rgb(123, 104, 238)
no setter - onMediumSpringGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumSpringGreen(0x00FA9A)/rgb(0, 250, 154)
no setter - onMediumSpringGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumSpringGreen(0x00FA9A)/rgb(0, 250, 154)
no setter - onMediumTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumTurquoise(0x48D1CC)/rgb(72, 209, 204)
no setter - onMediumTurquoiseUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumTurquoise(0x48D1CC)/rgb(72, 209, 204)
no setter - onMediumVioletRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mediumVioletRed(0xC71585)/rgb(199, 21, 133)
no setter - onMediumVioletRedUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mediumVioletRed(0xC71585)/rgb(199, 21, 133)
no setter - onMidnightBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color midnightBlue(0x191970)/rgb(25, 25, 112)
no setter - onMidnightBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color midnightBlue(0x191970)/rgb(25, 25, 112)
no setter - onMintCream → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mintCream(0xF5FFFA)/rgb(245, 255, 250)
no setter - onMintCreamUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mintCream(0xF5FFFA)/rgb(245, 255, 250)
no setter - onMistyRose → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color mistyRose(0xFFE4E1)/rgb(255, 228, 225)
no setter - onMistyRoseUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color mistyRose(0xFFE4E1)/rgb(255, 228, 225)
no setter - onMoccasin → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color moccasin(0xFFE4B5)/rgb(255, 228, 181)
no setter - onMoccasinUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color moccasin(0xFFE4B5)/rgb(255, 228, 181)
no setter -
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color navajoWhite(0xFFDEAD)/rgb(255, 222, 173)
no setter -
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color navajoWhite(0xFFDEAD)/rgb(255, 222, 173)
no setter -
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color navy(0x000080)/rgb(0, 0, 128)
no setter -
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color navy(0x000080)/rgb(0, 0, 128)
no setter - onOldLace → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color oldLace(0xFDF5E6)/rgb(253, 245, 230)
no setter - onOldLaceUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color oldLace(0xFDF5E6)/rgb(253, 245, 230)
no setter - onOlive → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color olive(0x808000)/rgb(128, 128, 0)
no setter - onOliveDrab → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color oliveDrab(0x6B8E23)/rgb(107, 142, 35)
no setter - onOliveDrabUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color oliveDrab(0x6B8E23)/rgb(107, 142, 35)
no setter - onOliveUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color olive(0x808000)/rgb(128, 128, 0)
no setter - onOrange → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color orange(0xFFA500)/rgb(255, 165, 0)
no setter - onOrangeRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color orangeRed(0xFF4500)/rgb(255, 69, 0)
no setter - onOrangeRedUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color orangeRed(0xFF4500)/rgb(255, 69, 0)
no setter - onOrangeUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color orange(0xFFA500)/rgb(255, 165, 0)
no setter - onOrchid → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color orchid(0xDA70D6)/rgb(218, 112, 214)
no setter - onOrchidUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color orchid(0xDA70D6)/rgb(218, 112, 214)
no setter - onPaleGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color paleGoldenrod(0xEEE8AA)/rgb(238, 232, 170)
no setter - onPaleGoldenrodUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color paleGoldenrod(0xEEE8AA)/rgb(238, 232, 170)
no setter - onPaleGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color paleGreen(0x98FB98)/rgb(152, 251, 152)
no setter - onPaleGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color paleGreen(0x98FB98)/rgb(152, 251, 152)
no setter - onPaleTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color paleTurquoise(0xAFEEEE)/rgb(175, 238, 238)
no setter - onPaleTurquoiseUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color paleTurquoise(0xAFEEEE)/rgb(175, 238, 238)
no setter - onPaleVioletRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color paleVioletRed(0xDB7093)/rgb(219, 112, 147)
no setter - onPaleVioletRedUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color paleVioletRed(0xDB7093)/rgb(219, 112, 147)
no setter - onPapayaWhip → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color papayaWhip(0xFFEFD5)/rgb(255, 239, 213)
no setter - onPapayaWhipUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color papayaWhip(0xFFEFD5)/rgb(255, 239, 213)
no setter - onPeachPuff → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color peachPuff(0xFFDAB9)/rgb(255, 218, 185)
no setter - onPeachPuffUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color peachPuff(0xFFDAB9)/rgb(255, 218, 185)
no setter - onPeru → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color peru(0xCD853F)/rgb(205, 133, 63)
no setter - onPeruUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color peru(0xCD853F)/rgb(205, 133, 63)
no setter - onPink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color pink(0xFFC0CB)/rgb(255, 192, 203)
no setter - onPinkUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color pink(0xFFC0CB)/rgb(255, 192, 203)
no setter - onPlum → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color plum(0xDDA0DD)/rgb(221, 160, 221)
no setter - onPlumUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color plum(0xDDA0DD)/rgb(221, 160, 221)
no setter - onPowderBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color powderBlue(0xB0E0E6)/rgb(176, 224, 230)
no setter - onPowderBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color powderBlue(0xB0E0E6)/rgb(176, 224, 230)
no setter - onPurple → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color purple(0x800080)/rgb(128, 0, 128)
no setter - onPurpleUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color purple(0x800080)/rgb(128, 0, 128)
no setter - onRebeccaPurple → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to X11 color rebeccaPurple(0x663399)/rgb(102, 51, 153)
no setter - onRebeccaPurpleUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to X11 color rebeccaPurple(0x663399)/rgb(102, 51, 153)
no setter - onRedX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color redX11(0xFF0000)/rgb(255, 0, 0)
no setter - onRedX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color redX11(0xFF0000)/rgb(255, 0, 0)
no setter - onRosyBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color rosyBrown(0xBC8F8F)/rgb(188, 143, 143)
no setter - onRosyBrownUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color rosyBrown(0xBC8F8F)/rgb(188, 143, 143)
no setter - onRoyalBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color royalBlue(0x4169E1)/rgb(65, 105, 225)
no setter - onRoyalBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color royalBlue(0x4169E1)/rgb(65, 105, 225)
no setter - onSaddleBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color saddleBrown(0x8B4513)/rgb(139, 69, 19)
no setter - onSaddleBrownUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color saddleBrown(0x8B4513)/rgb(139, 69, 19)
no setter - onSalmon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color salmon(0xFA8072)/rgb(250, 128, 114)
no setter - onSalmonUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color salmon(0xFA8072)/rgb(250, 128, 114)
no setter - onSandyBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color sandyBrown(0xF4A460)/rgb(244, 164, 96)
no setter - onSandyBrownUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color sandyBrown(0xF4A460)/rgb(244, 164, 96)
no setter - onSeaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color seaGreen(0x2E8B57)/rgb(46, 139, 87)
no setter - onSeaGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color seaGreen(0x2E8B57)/rgb(46, 139, 87)
no setter - onSeashell → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color seashell(0xFFF5EE)/rgb(255, 245, 238)
no setter - onSeashellUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color seashell(0xFFF5EE)/rgb(255, 245, 238)
no setter - onSienna → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color sienna(0xA0522D)/rgb(160, 82, 45)
no setter - onSiennaUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color sienna(0xA0522D)/rgb(160, 82, 45)
no setter - onSilver → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color silver(0xC0C0C0)/rgb(192, 192, 192)
no setter - onSilverUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color silver(0xC0C0C0)/rgb(192, 192, 192)
no setter - onSkyBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color skyBlue(0x87CEEB)/rgb(135, 206, 235)
no setter - onSkyBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color skyBlue(0x87CEEB)/rgb(135, 206, 235)
no setter - onSlateBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color slateBlue(0x6A5ACD)/rgb(106, 90, 205)
no setter - onSlateBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color slateBlue(0x6A5ACD)/rgb(106, 90, 205)
no setter - onSlateGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color slateGray(0x708090)/rgb(112, 128, 144)
no setter - onSlateGrayUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color slateGray(0x708090)/rgb(112, 128, 144)
no setter - onSlateGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color slateGrey(0x708090)/rgb(112, 128, 144)
no setter - onSlateGreyUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color slateGrey(0x708090)/rgb(112, 128, 144)
no setter - onSnow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color snow(0xFFFAFA)/rgb(255, 250, 250)
no setter - onSnowUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color snow(0xFFFAFA)/rgb(255, 250, 250)
no setter - onSpringGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color springGreen(0x00FF7F)/rgb(0, 255, 127)
no setter - onSpringGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color springGreen(0x00FF7F)/rgb(0, 255, 127)
no setter - onSteelBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color steelBlue(0x4682B4)/rgb(70, 130, 180)
no setter - onSteelBlueUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color steelBlue(0x4682B4)/rgb(70, 130, 180)
no setter - onTan → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color tan(0xD2B48C)/rgb(210, 180, 140)
no setter - onTanUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color tan(0xD2B48C)/rgb(210, 180, 140)
no setter - onTeal → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color teal(0x008080)/rgb(0, 128, 128)
no setter - onTealUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color teal(0x008080)/rgb(0, 128, 128)
no setter - onThistle → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color thistle(0xD8BFD8)/rgb(216, 191, 216)
no setter - onThistleUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color thistle(0xD8BFD8)/rgb(216, 191, 216)
no setter - onTomato → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color tomato(0xFF6347)/rgb(255, 99, 71)
no setter - onTomatoUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color tomato(0xFF6347)/rgb(255, 99, 71)
no setter - onTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color turquoise(0x40E0D0)/rgb(64, 224, 208)
no setter - onTurquoiseUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color turquoise(0x40E0D0)/rgb(64, 224, 208)
no setter - onViolet → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color violet(0xEE82EE)/rgb(238, 130, 238)
no setter - onVioletUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color violet(0xEE82EE)/rgb(238, 130, 238)
no setter - onWheat → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color wheat(0xF5DEB3)/rgb(245, 222, 179)
no setter - onWheatUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color wheat(0xF5DEB3)/rgb(245, 222, 179)
no setter - onWhiteSmoke → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color whiteSmoke(0xF5F5F5)/rgb(245, 245, 245)
no setter - onWhiteSmokeUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color whiteSmoke(0xF5F5F5)/rgb(245, 245, 245)
no setter - onWhiteX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color whiteX11(0xFFFFFF)/rgb(255, 255, 255)
no setter - onWhiteX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color whiteX11(0xFFFFFF)/rgb(255, 255, 255)
no setter - onYellowGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color yellowGreen(0x9ACD32)/rgb(154, 205, 50)
no setter - onYellowGreenUnderline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color yellowGreen(0x9ACD32)/rgb(154, 205, 50)
no setter - onYellowX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set background color to CSS/X11 color yellowX11(0xFFFF00)/rgb(255, 255, 0)
no setter - onYellowX11Underline → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set underline color to CSS/X11 color yellowX11(0xFFFF00)/rgb(255, 255, 0)
no setter - orange → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color orange(0xFFA500)/rgb(255, 165, 0)
no setter - orangeRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color orangeRed(0xFF4500)/rgb(255, 69, 0)
no setter - orchid → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color orchid(0xDA70D6)/rgb(218, 112, 214)
no setter - paleGoldenrod → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color paleGoldenrod(0xEEE8AA)/rgb(238, 232, 170)
no setter - paleGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color paleGreen(0x98FB98)/rgb(152, 251, 152)
no setter - paleTurquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color paleTurquoise(0xAFEEEE)/rgb(175, 238, 238)
no setter - paleVioletRed → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color paleVioletRed(0xDB7093)/rgb(219, 112, 147)
no setter - papayaWhip → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color papayaWhip(0xFFEFD5)/rgb(255, 239, 213)
no setter - peachPuff → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color peachPuff(0xFFDAB9)/rgb(255, 218, 185)
no setter - peru → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color peru(0xCD853F)/rgb(205, 133, 63)
no setter - pink → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color pink(0xFFC0CB)/rgb(255, 192, 203)
no setter - plum → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color plum(0xDDA0DD)/rgb(221, 160, 221)
no setter - powderBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color powderBlue(0xB0E0E6)/rgb(176, 224, 230)
no setter - purple → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color purple(0x800080)/rgb(128, 0, 128)
no setter - rebeccaPurple → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to X11 color rebeccaPurple(0x663399)/rgb(102, 51, 153)
no setter - redX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color redX11(0xFF0000)/rgb(255, 0, 0)
no setter - rosyBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color rosyBrown(0xBC8F8F)/rgb(188, 143, 143)
no setter - royalBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color royalBlue(0x4169E1)/rgb(65, 105, 225)
no setter - saddleBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color saddleBrown(0x8B4513)/rgb(139, 69, 19)
no setter - salmon → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color salmon(0xFA8072)/rgb(250, 128, 114)
no setter - sandyBrown → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color sandyBrown(0xF4A460)/rgb(244, 164, 96)
no setter - seaGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color seaGreen(0x2E8B57)/rgb(46, 139, 87)
no setter - seashell → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color seashell(0xFFF5EE)/rgb(255, 245, 238)
no setter - sienna → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color sienna(0xA0522D)/rgb(160, 82, 45)
no setter - silver → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color silver(0xC0C0C0)/rgb(192, 192, 192)
no setter - skyBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color skyBlue(0x87CEEB)/rgb(135, 206, 235)
no setter - slateBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color slateBlue(0x6A5ACD)/rgb(106, 90, 205)
no setter - slateGray → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color slateGray(0x708090)/rgb(112, 128, 144)
no setter - slateGrey → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color slateGrey(0x708090)/rgb(112, 128, 144)
no setter - snow → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color snow(0xFFFAFA)/rgb(255, 250, 250)
no setter - springGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color springGreen(0x00FF7F)/rgb(0, 255, 127)
no setter - steelBlue → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color steelBlue(0x4682B4)/rgb(70, 130, 180)
no setter - tan → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color tan(0xD2B48C)/rgb(210, 180, 140)
no setter - teal → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color teal(0x008080)/rgb(0, 128, 128)
no setter - thistle → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color thistle(0xD8BFD8)/rgb(216, 191, 216)
no setter - tomato → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color tomato(0xFF6347)/rgb(255, 99, 71)
no setter - turquoise → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color turquoise(0x40E0D0)/rgb(64, 224, 208)
no setter - violet → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color violet(0xEE82EE)/rgb(238, 130, 238)
no setter - wheat → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color wheat(0xF5DEB3)/rgb(245, 222, 179)
no setter - whiteSmoke → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color whiteSmoke(0xF5F5F5)/rgb(245, 245, 245)
no setter - whiteX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color whiteX11(0xFFFFFF)/rgb(255, 255, 255)
no setter - yellowGreen → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color yellowGreen(0x9ACD32)/rgb(154, 205, 50)
no setter - yellowX11 → String
-
Available on String, provided by the QuectoColorsCSSStrings extension
set foreground color to CSS/X11 color yellowX11(0xFFFF00)/rgb(255, 255, 0)
no setter