Nata
Norint pasiekti šį puslapį, reikalingas leidimas. Galite pabandyti prisijungti arba pakeisti katalogus.
Norint pasiekti šį puslapį, reikalingas leidimas. Galite pabandyti pakeisti katalogus.
| Funkcijos | Taikoma (kam) |
|---|---|
| Color |
|
| ColorFade ColorValue |
|
| RGBA |
|
Naudokite įtaisytąsias spalvų reikšmes, apibrėžkite pasirinktines spalvas ir naudokite alfa kanalą, kad valdytumėte skaidrumą.
Pastaba.
PAC CLI pac power-fx komandos nepalaiko Color išvardijimo.
Aprašą
Color Naudokite išvardijimo funkciją, kad pasiektumėte HTML pakopinių stilių aprašų (CSS) apibrėžtas spalvas. Pavyzdžiui, Color. Raudona pateikia gryną raudoną. Šio straipsnio pabaigoje rodomas šių spalvų sąrašas.
Funkcija ColorValue pateikia spalvą pagal CSS spalvų eilutę. Eilutė gali būti bet kurioje iš šių formų:
- CSS spalvos pavadinimas:"RoxyBrown" ir "OliveDrab" yra pavyzdžiai. Šiuose pavadinimuose nėra tarpų. Toliau šiame straipsnyje rodomas palaikomų spalvų sąrašas.
- 6 skaitmenų hex reikšmė: Pavyzdžiui, "#ffd700" yra toks pat kaip "Gold". Eilutėje naudojamas formatas "#rrggbb", kur rr yra raudona dviejų šešioliktainių skaitmenų dalis, gg – žalia, o bb – mėlyna.
- 8 skaitmenų hex reikšmė: Pvz., "#ff7f5080" yra toks pat kaip "Koralas" su 50% alfa kanalu. Eilutėje naudojamas formatas "#rrggbbaa", kur rr, gg ir bb yra identiški 6 skaitmenų formai. Alfa kanalas vaizduojamas aa: 00 reiškia visiškai skaidrų, o ff reiškia visiškai nepermatomą.
Funkcija RGBA pateikia spalvą pagal raudoną, žalią ir mėlyną komponentus. Ši funkcija taip pat apima alfa kanalą valdiklių spalvoms maišyti, uždedami vienas priešais kitą. Alfa kanalų diapazonas yra nuo 0% arba 0% (visiškai skaidrus ir nematomas) iki 1% arba 100% (visiškai nepermatomas ir visiškai blokuoja visus sluoksnius už valdiklio).
Funkcija ColorFade pateikia ryškesnę arba tamsesnę spalvos versiją. Išnykimo diapazonas nuo -1 (spalva visiškai patamsėja iki juodos), iki 0 (neturi įtakos spalvai) iki 1 (visiškai pašviesina spalvą iki baltos).
Alfa kanalas
Drobės programoje jūs nustatote sluoksnio valdiklius vienas priešais kitą ir nustatote valdiklio skaidrumą bet kokiems už jo esantiems valdikliams. Todėl spalvos susilieja per sluoksnius. Pavyzdžiui, šioje diagramoje parodyta, kaip trys pagrindinės spalvos derinami su 50 procentų alfa parametru:
Taip pat galite maišyti vaizdus failų formatais, kurie palaiko alfa kanalus. Pavyzdžiui, negalite maišyti. jpeg failų, tačiau galite maišyti .png failus. Kitame grafiniame elemente rodomos tos pačios raudonos, žalios ir mėlynos spalvos iš ankstesnio pavyzdžio, bet raudona spalva rodoma kaip pavingiavimo simbolis (o ne apskritimas) .png faile su 50 procentų alfa kanalu:
Jei nurodysite Color išvardijimo reikšmę arba sukursite ColorValue formulę su spalvos pavadinimu arba 6 skaitmenų šešioliktaine reikšme, alfa parametras bus 100 procentų, o tai bus visiškai nepermatoma.
Sintaksė
Color. Spalvos pavadinimas
- ColorName - būtina. Pakopinio stiliaus sąrašo ( CSS) spalvos pavadinimas. Galimų išvardijimo reikšmių sąrašas yra šio straipsnio pabaigoje.
ColorValue( CSSColor )
- CSSColor - Būtina. Pakopinio stiliaus sąrašo ( CSS) spalvos aprašas. S pavadinimas, OliveDralike – hex reikšmė, pvz ., #6b8e23 olikeffd420**. Hex reikšmės gali naudoti #_rrggbb__usgormat. Formatas
ColorValue( Dinaminė )
- Dinaminis – būtinas. Dinaminė reikšmė su eilute, nurodančia pakopinio stiliaus aprašo (CSS) spalvų apibrėžimą.
RGBA( Raudona, Žalia, Mėlyna, Alfa )
- Raudona,žalia,mėlyna- būtina. Color komponento reikšmės, kurios yra nuo 0 (be prisotinimo) iki 255 (visiškas prisotinimas).
- Alfa - būtina. Alfa komponentas, kuris svyruoja nuo 0 (visiškai skaidrus) iki 1 (visiškai nepermatomas). Taip pat galite naudoti procentus nuo 0% iki 100%.
ColorFade( Color, FadeAmount )
- Color -Reikalingas. Spalvos reikšmė, pvz.Color, . Raudona arba išvestis iš ColorValue arba RGBA.
- FadeAmount - būtina. Skaičius nuo –1 iki 1. –1 visiškai pritemdo spalvą iki juodos, 0 neturi įtakos spalvai, o 1 visiškai pašviesina spalvą iki baltos. Taip pat galite naudoti procentus nuo -100% iki 100%.
Įtaisytosios spalvos
| Color Išvardijimo | ColorValue | RGBA | Color Swatch |
|---|---|---|---|
| Color. Alisa Melsvė |
ColorValue( "#f0f8ff" ) ColorValue( "aliceblue" ) |
RGBA( 240, 248, 255, 1 ) |
|
| Color. Antikvarinė balta |
ColorValue( "#faebd7" ) ColorValue( "AntiqueWhite" ) |
RGBA( 250, 235, 215, 1 ) |
|
| Color. Aqua |
ColorValue( "#00ffff" ) ColorValue( "AQUA" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Akvamarinas |
ColorValue( "#7fffd4" ) ColorValue( "Akvamarinas" ) |
RGBA( 127, 255, 212, 1 ) |
|
| Color. Azure |
ColorValue( "#f0ffff" ) ColorValue( "azure" ) |
RGBA( 240, 255, 255, 1 ) |
|
| Color. Smėlio spalva |
ColorValue( "#f5f5dc" ) ColorValue( "Smėlio spalva" ) |
RGBA( 245, 245, 220, 1 ) |
|
| Color. Sriuba |
ColorValue( "#ffe4c4" ) ColorValue( "BISQUE" ) |
RGBA( 255, 228, 196, 1 ) |
|
| Color. Juodas |
ColorValue( "#000000" ) ColorValue( "Juoda" ) |
RGBA( 0, 0, 0, 1 ) |
|
| Color. Blanšidinis migdolas |
ColorValue( "#ffebcd" ) ColorValue( "blanhedalmondas" ) |
RGBA( 255, 235, 205, 1 ) |
|
| Color. Mėlynas |
ColorValue( "#0000ff" ) ColorValue( "Mėlynas" ) |
RGBA( 0, 0, 255, 1 ) |
|
| Color. Melsvai violetinė |
ColorValue( "#8a2be2" ) ColorValue( "BLUEVIOLET" ) |
RGBA( 138, 43, 226, 1 ) |
|
| Color. Rudas |
ColorValue( "#a52a2a" ) ColorValue( "Rudas" ) |
RGBA( 165, 42, 42, 1 ) |
|
| Color. Burlywood |
ColorValue( "#deb887" ) ColorValue( "burlywood" ) |
RGBA( 222, 184, 135, 1 ) |
|
| Color. Melsvė |
ColorValue( "#5f9ea0" ) ColorValue( "CadetBlue" ) |
RGBA( 95, 158, 160, 1 ) |
|
| Color. Chartreuse |
ColorValue( "#7fff00" ) ColorValue( "CHARTREUSE" ) |
RGBA( 127, 255, 0, 1 ) |
|
| Color. Šokoladas |
ColorValue( "#d2691e" ) ColorValue( "Šokoladas" ) |
RGBA( 210, 105, 30, 1 ) |
|
| Color. Koralų |
ColorValue( "#ff7f50" ) ColorValue( "koralas" ) |
RGBA( 255, 127, 80, 1 ) |
|
| Color. Rugiagėlės žydra |
ColorValue( "#6495ed" ) ColorValue( "CornflowerBlue" ) |
RGBA( 100, 149, 237, 1 ) |
|
| Color. Cornsilk |
ColorValue( "#fff8dc" ) ColorValue( "CORNSILK" ) |
RGBA( 255, 248, 220, 1 ) |
|
| Color. Crimson |
ColorValue( "#dc143c" ) ColorValue( "Crimson" ) |
RGBA( 220, 20, 60, 1 ) |
|
| Color. Cyan |
ColorValue( "#00ffff" ) ColorValue( "žydra" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Tamsiai mėlyna |
ColorValue( "#00008b" ) ColorValue( "Tamsiai mėlyna" ) |
RGBA( 0, 0, 139, 1 ) |
|
| Color. Tamsiai žydra |
ColorValue( "#008b8b" ) ColorValue( "DARKCYAN" ) |
RGBA( 0, 139, 139, 1 ) |
|
| Color. Tamsi auksinė |
ColorValue( "#b8860b" ) ColorValue( "DarkGoldenRod" ) |
RGBA( 184, 134, 11, 1 ) |
|
| Color. Tamsi rausva |
ColorValue( "#a9a9a9" ) ColorValue( "darkgray" ) |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Tamsiai žalia |
ColorValue( "#006400" ) ColorValue( "DarkGreen" ) |
RGBA( 0, 100, 0, 1 ) |
|
| Color. Tamsiai žalia |
ColorValue( "#a9a9a9" ) ColorValue( "TAMSIAI ŽALIA" ) |
RGBA( 169, 169, 169, 1 ) |
|
| Color. DarkKhaki |
ColorValue( "#bdb76b" ) ColorValue( "DarkKhaki" ) |
RGBA( 189, 183, 107, 1 ) |
|
| Color. Tamsi rausvai raudona |
ColorValue( "#8b008b" ) ColorValue( "darkmagenta" ) |
RGBA( 139, 0, 139, 1 ) |
|
| Color. Tamsi žalsva |
ColorValue( "#556b2f" ) ColorValue( "DarkOliveGreen" ) |
RGBA( 85, 107, 47, 1 ) |
|
| Color. Tamsusis sąsažas |
ColorValue( "#ff8c00" ) ColorValue( "DARKORANGE" ) |
RGBA( 255, 140, 0, 1 ) |
|
| Color. Tamsi žalsva |
ColorValue( "#9932cc" ) ColorValue( "DarkOrchid" ) |
RGBA( 153, 50, 204, 1 ) |
|
| Color. Tamsiai raudona |
ColorValue( "#8b0000" ) ColorValue( "tamsus" ) |
RGBA( 139, 0, 0, 1 ) |
|
| Color. Tamsi žalsvai mėlyna |
ColorValue( "#e9967a" ) ColorValue( "DarkSalmon" ) |
RGBA( 233, 150, 122, 1 ) |
|
| Color. Tamsi žalsva |
ColorValue( "#8fbc8f" ) ColorValue( "DARKSEAGREEN" ) |
RGBA( 143, 188, 143, 1 ) |
|
| Color. Tamsi mėlyna |
ColorValue( "#483d8b" ) ColorValue( "DarkSlateBlue" ) |
RGBA( 72, 61, 139, 1 ) |
|
| Color. Tamsi melsva |
ColorValue( "#2f4f4f" ) ColorValue( "darkslategray" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Tamsiai žalia |
ColorValue( "#2f4f4f" ) ColorValue( "DarkSlateGrey" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Tamsi turkio spalva |
ColorValue( "#00ced1" ) ColorValue( "DARKTURQUOISE" ) |
RGBA( 0, 206, 209, 1 ) |
|
| Color. Tamsi violetinė |
ColorValue( "#9400d3" ) ColorValue( "DarkViolet" ) |
RGBA( 148, 0, 211, 1 ) |
|
| Color. Gilusis segtukas |
ColorValue( "#ff1493" ) ColorValue( "deeppink" ) |
RGBA( 255, 20, 147, 1 ) |
|
| Color. Tamsiai žydra |
ColorValue( "#00bfff" ) ColorValue( "DeepSkyBlue" ) |
RGBA( 0, 191, 255, 1 ) |
|
| Color. DimGray |
ColorValue( "#696969" ) ColorValue- O, dieve! |
RGBA( 105, 105, 105, 1 ) |
|
| Color. DimGrey |
ColorValue( "#696969" ) ColorValue( "DimGrey" ) |
RGBA( 105, 105, 105, 1 ) |
|
| Color. Dodžo žydra |
ColorValue( "#1e90ff" ) ColorValue( "dodgerblue" ) |
RGBA( 30, 144, 255, 1 ) |
|
| Color. Ugniagesiai |
ColorValue( "#b22222" ) ColorValue( "Ugniagesiai" ) |
RGBA( 178, 34, 34, 1 ) |
|
| Color. Gėlių balta |
ColorValue( "#fffaf0" ) ColorValue( "FLORALWHITE" ) |
RGBA( 255, 250, 240, 1 ) |
|
| Color. Miško žalia |
ColorValue( "#228b22" ) ColorValue( "ForestGreen" ) |
RGBA( 34, 139, 34, 1 ) |
|
| Color. Fuksija |
ColorValue( "#ff00ff" ) ColorValue( "fuksija" ) |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Pelnas |
ColorValue( "#dcdcdc" ) ColorValue( "Gainsboro" ) |
RGBA( 220, 220, 220, 1 ) |
|
| Color. Šmėklos balta |
ColorValue( "#f8f8ff" ) ColorValue( "GHOSTWHITE" ( "GHOSTWHITE") |
RGBA( 248, 248, 255, 1 ) |
|
| Color. Auksas |
ColorValue( "#ffd700" ) ColorValue( "Gold" ) |
RGBA( 255, 215, 0, 1 ) |
|
| Color. Goldenrod |
ColorValue( "#daa520" ) ColorValue( "goldenrod" ) |
RGBA( 218, 165, 32, 1 ) |
|
| Color. Pilkas |
ColorValue( "#808080" ) ColorValue( "Pilkas" ) |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Žalias |
ColorValue( "#008000" ) ColorValue( "ŽALIA" ) |
RGBA( 0, 128, 0, 1 ) |
|
| Color. Žalias geltonas |
ColorValue( "#adff2f" ) ColorValue( "GreenYellow" ) |
RGBA( 173, 255, 47, 1 ) |
|
| Color. Pilka |
ColorValue( "#808080" ) ColorValue( "pilkas" ) |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Honeydew |
ColorValue( "#f0fff0" ) ColorValue( "Medus" ) |
RGBA( 240, 255, 240, 1 ) |
|
| Color. "HotPink" |
ColorValue( "#ff69b4" ) ColorValue( "HOTPINK" ) |
RGBA( 255, 105, 180, 1 ) |
|
| Color. Indiška raudona |
ColorValue( "#cd5c5c" ) ColorValue( "IndianRed" ) |
RGBA( 205, 92, 92, 1 ) |
|
| Color. Indigo |
ColorValue( "#4b0082" ) ColorValue( "būtinoji" ) |
RGBA( 75, 0, 130, 1 ) |
|
| Color. Dramblio kaulo |
ColorValue( "#fffff0" ) ColorValue( "Dramblio Kaulo" ) |
RGBA( 255, 255, 240, 1 ) |
|
| Color. Chaki |
ColorValue( "#f0e68c" ) ColorValue( "KHAKI" ) |
RGBA( 240, 230, 140, 1 ) |
|
| Color. Levandų |
ColorValue( "#e6e6fa" ) ColorValue( "Levandos" ) |
RGBA( 230, 230, 250, 1 ) |
|
| Color. Levandų žydra |
ColorValue( "#fff0f5" ) ColorValue( "lavenderblush" ) |
RGBA( 255, 240, 245, 1 ) |
|
| Color. Vejos žalia |
ColorValue( "#7cfc00" ) ColorValue( "Vejos žalia" ) |
RGBA( 124, 252, 0, 1 ) |
|
| Color. Citrinmedis |
ColorValue( "#fffacd" ) ColorValue( "LEMONCHIFFON" ) |
RGBA( 255, 250, 205, 1 ) |
|
| Color. Šviesiai melsvė |
ColorValue( "#add8e6" ) ColorValue( "LightBlue" ) |
RGBA( 173, 216, 230, 1 ) |
|
| Color. Šviesi taisa |
ColorValue( "#f08080" ) ColorValue( "lightcoral" ) |
RGBA( 240, 128, 128, 1 ) |
|
| Color. Šviesiai žydra |
ColorValue( "#e0ffff" ) ColorValue( "LightCyan" ) |
RGBA( 224, 255, 255, 1 ) |
|
| Color. Šviesiai geltonai geltona |
ColorValue( "#fafad2" ) ColorValue( "lightgoldenrodyellow" ) |
RGBA( 250, 250, 210, 1 ) |
|
| Color. Šviesi gelsvai gelsvai gelsvai |
ColorValue( "#d3d3d3" ) ColorValue( "LightGray" ) |
RGBA( 211, 211, 211, 1 ) |
|
| Color. Šviesiai žalia |
ColorValue( "#90ee90" ) ColorValue( "šviesiai žalia" ) |
RGBA( 144, 238, 144, 1 ) |
|
| Color. Šviesiai žalumos |
ColorValue( "#d3d3d3" ) ColorValue( "LightGrey" ) |
RGBA( 211, 211, 211, 1 ) |
|
| Color. "LightPink" |
ColorValue( "#ffb6c1" ) ColorValue( "LIGHTPINK" ) |
RGBA( 255, 182, 193, 1 ) |
|
| Color. "LightSalmon" |
ColorValue( "#ffa07a" ) ColorValue( "LightSalmon" ) |
RGBA( 255, 160, 122, 1 ) |
|
| Color. Šviesi žalsvė |
ColorValue( "#20b2aa" ) ColorValue( "lightseagreen" ) |
RGBA( 32, 178, 170, 1 ) |
|
| Color. Šviesi dangaus žydra |
ColorValue( "#87cefa" ) ColorValue( "LightSkyBlue" ) |
RGBA( 135, 206, 250, 1 ) |
|
| Color. Šviesi melsvai melsvai |
ColorValue( "#778899" ) ColorValue( "LIGHTSLATEGRAY" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. Šviesiai žalsvai melsvai žalsvai melsvai melsvai žalsvai mel |
ColorValue( "#778899" ) ColorValue( "LightSlateGrey" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. Šviesiai melsvai |
ColorValue( "#b0c4de" ) ColorValue( "lightsteelblue" ) |
RGBA( 176, 196, 222, 1 ) |
|
| Color. Šviesiai geltona |
ColorValue( "#ffffe0" ) ColorValue( "LightYellow" ) |
RGBA( 255, 255, 224, 1 ) |
|
| Color. Kalkių |
ColorValue( "#00ff00" ) ColorValue( "LIME" ) |
RGBA( 0, 255, 0, 1 ) |
|
| Color. Žaliosios citrinos |
ColorValue( "#32cd32" ) ColorValue( "LimeGreen" ) |
RGBA( 50, 205, 50, 1 ) |
|
| Color. Lino |
ColorValue( "#faf0e6" ) ColorValue( "linas" ) |
RGBA( 250, 240, 230, 1 ) |
|
| Color. Magenta |
ColorValue( "#ff00ff" ) ColorValue( "Purpurinė" ) |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Kaštoninė |
ColorValue( "#800000" ) ColorValue( "MAROON" ) |
RGBA( 128, 0, 0, 1 ) |
|
| Color. Vidutinio dydžio akvamarinas |
ColorValue( "#66cdaa" ) ColorValue( "MediumAquamarine" ) |
RGBA( 102, 205, 170, 1 ) |
|
| Color. Vidutinio tamsumo |
ColorValue( "#0000cd" ) ColorValue( "mediumblue" ) |
RGBA( 0, 0, 205, 1 ) |
|
| Color. Vidutinio dydžio archyvavimas |
ColorValue( "#ba55d3" ) ColorValue( "MediumOrchid" ) |
RGBA( 186, 85, 211, 1 ) |
|
| Color. Vidutinispurple |
ColorValue( "#9370db" ) ColorValue( "MEDIUMPURPLE" ) |
RGBA( 147, 112, 219, 1 ) |
|
| Color. Vidutinio žalumos |
ColorValue( "#3cb371" ) ColorValue( "MediumSeaGreen" ) |
RGBA( 60, 179, 113, 1 ) |
|
| Color. Vidutinio tamsumo mėlyna |
ColorValue( "#7b68ee" ) ColorValue( "mediumslateblue" ) |
RGBA( 123, 104, 238, 1 ) |
|
| Color. Vidutinio dydžio žalumos |
ColorValue( "#00fa9a" ) ColorValue( "MediumSpringGreen" ) |
RGBA( 0, 250, 154, 1 ) |
|
| Color. Vidutinio turkio |
ColorValue( "#48d1cc" ) ColorValue( "MEDIUMTURQUOISE" ) |
RGBA( 72, 209, 204, 1 ) |
|
| Color. Vidutinio dydžio violetinė raudona |
ColorValue( "#c71585" ) ColorValue( "MediumVioletRed" ) |
RGBA( 199, 21, 133, 1 ) |
|
| Color. Vidurnakčio žydra |
ColorValue( "#191970" ) ColorValue( "vidurnakčio žydra" ) |
RGBA( 25, 25, 112, 1 ) |
|
| Color. "MintCream" |
ColorValue( "#f5fffa" ) ColorValue( "MintCream" ) |
RGBA( 245, 255, 250, 1 ) |
|
| Color. MistyRose |
ColorValue( "#ffe4e1" ) ColorValue( "MISTYROSE" ) |
RGBA( 255, 228, 225, 1 ) |
|
| Color. Moccasin |
ColorValue( "#ffe4b5" ) ColorValue( "Moccasin" ) |
RGBA( 255, 228, 181, 1 ) |
|
| Color. NavajoWhite |
ColorValue( "#ffdead" ) ColorValue( "navajowhite" ) |
RGBA( 255, 222, 173, 1 ) |
|
| Color. Laivynas |
ColorValue( "#000080" ) ColorValue( "Jūrų laivynas" ) |
RGBA( 0, 0, 128, 1 ) |
|
| Color. Senasis raištukas |
ColorValue( "#fdf5e6" ) ColorValue- Ne, ne. |
RGBA( 253, 245, 230, 1 ) |
|
| Color. Alyva |
ColorValue( "#808000" ) ColorValue( "Alyvuogių" ) |
RGBA( 128, 128, 0, 1 ) |
|
| Color. Gelsvai žalia |
ColorValue( "#6b8e23" ) ColorValue( "olivedrab" ) |
RGBA( 107, 142, 35, 1 ) |
|
| Color. Apelsinas |
ColorValue( "#ffa500" ) ColorValue( "Oranžinis" ) |
RGBA( 255, 165, 0, 1 ) |
|
| Color. Oranžinė raudona |
ColorValue( "#ff4500" ) ColorValue( "ORANGERED" ) |
RGBA( 255, 69, 0, 1 ) |
|
| Color. Orchidėja |
ColorValue( "#da70d6" ) ColorValue( Orchidėja ) |
RGBA( 218, 112, 214, 1 ) |
|
| Color. Blyški žalsvė |
ColorValue( "#eee8aa" ) ColorValue( "blygoldenrod" ) |
RGBA( 238, 232, 170, 1 ) |
|
| Color. Blyški žalsvo |
ColorValue( "#98fb98" ) ColorValue( "Blyškiai žalia" ) |
RGBA( 152, 251, 152, 1 ) |
|
| Color. Blyški turkio |
ColorValue( "#afeeee" ) ColorValue( "PALETURQUOISE" ) |
RGBA( 175, 238, 238, 1 ) |
|
| Color. Šviesiai violetinė raudona |
ColorValue( "#db7093" ) ColorValue( "PaleVioletRed" ) |
RGBA( 219, 112, 147, 1 ) |
|
| Color. PapayaWhip |
ColorValue( "#ffefd5" ) ColorValue( "papayawhip" ) |
RGBA( 255, 239, 213, 1 ) |
|
| Color. Rausvai rausvai rausvai raus |
ColorValue( "#ffdab9" ) ColorValue( "Peachpuff" ) |
RGBA( 255, 218, 185, 1 ) |
|
| Color. Peru |
ColorValue( "#cd853f" ) ColorValue( "PERU" ) |
RGBA( 205, 133, 63, 1 ) |
|
| Color. Rožinis |
ColorValue( "#ffc0cb" ) ColorValue( "Rožinis" ) |
RGBA( 255, 192, 203, 1 ) |
|
| Color. Slyva |
ColorValue( "#dda0dd" ) ColorValue( "slyva" ) |
RGBA( 221, 160, 221, 1 ) |
|
| Color. Miltelius melsvė |
ColorValue( "#b0e0e6" ) ColorValue( "PowderBlue" ) |
RGBA( 176, 224, 230, 1 ) |
|
| Color. Violetinė |
ColorValue( "#800080" ) ColorValue( "VIOLETINIS" ) |
RGBA( 128, 0, 128, 1 ) |
|
| Color. Raudonas |
ColorValue( "#ff0000" ) ColorValue( "Raudonas" ) |
RGBA( 255, 0, 0, 1 ) |
|
| Color. Rausvai rausvai ruda |
ColorValue( "#bc8f8f" ) ColorValue( "rausvai rausvai ruda" ) |
RGBA( 188, 143, 143, 1 ) |
|
| Color. Karališka žydra |
ColorValue( "#4169e1" ) ColorValue( "RoyalBlue" ) |
RGBA( 65, 105, 225, 1 ) |
|
| Color. Balnelio sąsaja |
ColorValue( "#8b4513" ) ColorValue( "SADDLEBROWN" ) |
RGBA( 139, 69, 19, 1 ) |
|
| Color. Lašiša |
ColorValue( "#fa8072" ) ColorValue( "Lašiša" ) |
RGBA( 250, 128, 114, 1 ) |
|
| Color. Smėlio smėlingas |
ColorValue( "#f4a460" ) ColorValue( "smėlio smėlingas" ) |
RGBA( 244, 164, 96, 1 ) |
|
| Color. Jūros žalsoji |
ColorValue( "#2e8b57" ) ColorValue( "SeaGreen" ) |
RGBA( 46, 139, 87, 1 ) |
|
| Color. Seashell |
ColorValue( "#fff5ee" ) ColorValue( "SEASHELL" ) |
RGBA( 255, 245, 238, 1 ) |
|
| Color. Sienna |
ColorValue( "#a0522d" ) ColorValue( "Sienna" ) |
RGBA( 160, 82, 45, 1 ) |
|
| Color. Sidabras |
ColorValue( "#c0c0c0" ) ColorValue( "sidabras" ) |
RGBA( 192, 192, 192, 1 ) |
|
| Color. Dangaus mėlyna |
ColorValue( "#87ceeb" ) ColorValue( "SkyBlue" ) |
RGBA( 135, 206, 235, 1 ) |
|
| Color. Pilkai pilka |
ColorValue( "#6a5acd" ) ColorValue( "SLATEBLUE" ) |
RGBA( 106, 90, 205, 1 ) |
|
| Color. Pilkai pilka |
ColorValue( "#708090" ) ColorValue( "SlateGray" ) |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Šiferio žalsvai pilka |
ColorValue( "#708090" ) ColorValue( "šiferis" ) |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Sniegas |
ColorValue( "#fffafa" ) ColorValue( "Sniegas" ) |
RGBA( 255, 250, 250, 1 ) |
|
| Color. Pavasario žalia |
ColorValue( "#00ff7f" ) ColorValue( "SPRINGGREEN" ) |
RGBA( 0, 255, 127, 1 ) |
|
| Color. Plieno žydra |
ColorValue( "#4682b4" ) ColorValue( "SteelBlue" ) |
RGBA( 70, 130, 180, 1 ) |
|
| Color. Tan |
ColorValue( "#d2b48c" ) ColorValue( "tan" ) |
RGBA( 210, 180, 140, 1 ) |
|
| Color. Kryklė |
ColorValue( "#008080" ) ColorValue( "Teal" ) |
RGBA( 0, 128, 128, 1 ) |
|
| Color. Usnis |
ColorValue( "#d8bfd8" ) ColorValue( "TETLE" ) |
RGBA( 216, 191, 216, 1 ) |
|
| Color. Pomidoras |
ColorValue( "#ff6347" ) ColorValue( "Pomidoras" ) |
RGBA( 255, 99, 71, 1 ) |
|
| Color. Skaidrus |
ColorValue( "#00000000" ) ColorValue( "Transparent" ) |
RGBA( 0, 0, 0, 0 ) |
|
| Color. Turkis |
ColorValue( "#40e0d0" ) ColorValue( "turkio spalvos" ) |
RGBA( 64, 224, 208, 1 ) |
|
| Color. Violetinė |
ColorValue( "#ee82ee" ) ColorValue( Violetinis ) |
RGBA( 238, 130, 238, 1 ) |
|
| Color. Kviečiai |
ColorValue( "#f5deb3" ) ColorValue( "KVIEČIAI" ) |
RGBA( 245, 222, 179, 1 ) |
|
| Color. Baltas |
ColorValue( "#ffffff" ) ColorValue( "Balta" ) |
RGBA( 255, 255, 255, 1 ) |
|
| Color. Balta dūminė |
ColorValue( "#f5f5f5" ) ColorValue( "whitesmoke" ) |
RGBA( 245, 245, 245, 1 ) |
|
| Color. Geltonas |
ColorValue( "#ffff00" ) ColorValue( "Geltonas" ) |
RGBA( 255, 255, 0, 1 ) |
|
| Color. Geltonai žalia |
ColorValue( "#9acd32" ) ColorValue( "YELLOWGREEN" ) |
RGBA( 154, 205, 50, 1 ) |
|