Märkus.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida sisse logida või kausta vahetada.
Juurdepääs sellele lehele nõuab autoriseerimist. Võite proovida kausta vahetada.
| Funktsioone | Kehtib järgmiste puhul |
|---|---|
| Color |
|
| ColorFade ColorValue |
|
| RGBA |
|
Kasutage sisseehitatud värviväärtusi, määratlege kohandatud värve ja kasutage läbipaistvuse reguleerimiseks alfakanalit.
Märkus.
PAC CLI pac power-fx käsud ei toeta Color loendust.
Kirjeldus
Color Loendi abil pääsete juurde HTML-i kaskaadlaadistike (CSS) määratletud värvidele. Näiteks Color. Punane tagastab puhta punase. Nende värvide loend kuvatakse selle artikli lõpus.
Funktsioon ColorValue tagastab VÄRVI CSS-i värvistringi põhjal. String võib olla ühel järgmistest vormidest.
- CSS värvi nimi:"RoxyBrown" ja "OliveDrab" on näited. Need nimed ei sisalda tühikuid. Toetatud värvide loend kuvatakse selles artiklis hiljem.
- 6-kohaline 16-kohaline väärtus: Näiteks "#ffd700" on sama mis "Kuld". String kasutab vormingut "#rrggbb", kus rr on punane osa kahe kuueteistkümnendarvuna, gg on roheline ja bb sinine.
- 8-kohaline 16-kohaline väärtus: Näiteks "#ff7f5080" on sama mis "Korall" 50% alfakanaliga. String kasutab vormingut "#rrggbbaa", kus rr, gg ja bb on identsed kuuekohalise vormiga. Alfa kanalit tähistab aa: 00 tähendab täielikult läbipaistvat ja ff tähendab täielikult läbipaistmatut.
Funktsioon RGBA tagastab punasel, rohelisel ja sinisel komponendil põhineva värvi. Funktsioon sisaldab ka alfakanalit juhtelementide värvide segamiseks üksteise ette kihiti. Alfa kanal on vahemikus 0% või 0% (täiesti läbipaistev ja nähtamatu) kuni 1% või 100% (täielikult läbipaistmatu ja täielikult blokeerib kõik juhtelemendi taga olevad kihid).
Funktsioon ColorFade tagastab värvi heledama või tumedama versiooni. Hajutuse hulk on vahemikus -1 (tumedam värv täielikult mustani), kuni 0 (ei mõjuta värvi), kuni 1 (värvi heledaks saab täielikult valgeks).
Alfakanal
Lõuendirakenduses saate juhtelemendid üksteise ette kihiti kihiti seada ja seada juhtelemendi läbipaistvuse igale selle taga olevale juhtelemendile. Selle tulemusena sulavad värvid läbi kihtide. See skeem näitab näiteks seda, kuidas kolm primaarvärvi koosnevad 50-protsendilise alfasättega:
Lisaks saate pilte segada failivormingutes, mis toetavad alfakanaleid. Näiteks ei saa te segada .jpeg-faile, kuid saate segaga .png faile. Järgmisel pildil on kujutatud eelmises näites samad punased, rohelised ja sinised värvid, kuid punane värv kuvatakse 50-protsendilise alfakanaliga .png failis sakilisena (ringi asemel).
Kui määrate Color loendusväärtuse või koostate ColorValue värvinime või kuuekohalise kuueteistkümnendväärtusega valemi, on alfasäte 100%, mis on täiesti läbipaistmatu.
Süntaks
Color. ColorName (Värvinimi)
- ColorName - nõutav. Kaskaadlaadistiku (CSS) värvi nimi. Võimalike loendusväärtuste loend on selle artikli lõpus.
ColorValue( CSSColor )
- CSSColor - nõutav. Kaskaadlaadistiku (CSS) värvi definitsioon. S-nimi, OliveDralike'i 16-nda väärtus,nt #6b8e23 olikeffd420**. 16-telje väärtused võivad kasutada kas #_rrggbb__usgormat. Formaat
ColorValue( Dünaamiline )
- Dünaamiline – nõutav. Dünaamiline väärtus stringiga, mis tähistab kaskaadlaadistiku (CSS) värvimääratlust.
RGBA( Punane, roheline, sinine, alfa )
- Punane,roheline,sinine - nõutav. Color komponendi väärtused vahemikus 0 (küllastuseta) kuni 255 (täielik küllastus).
- Alfa - nõutav. Alfakomponent, mis jääb vahemikku 0 (täiesti läbipaistev) kuni 1 (täiesti läbipaistmatu). Võite kasutada ka protsenti, 0% kuni 100%.
ColorFade( Color, FadeAmount )
- Color -Nõutav. Värviline väärtus, näiteks Color. Punane või väljund saatjalt ColorValue või RGBA.
- FadeAmount - nõutav. Arv vahemikus -1 ja 1. -1 tumendab värvi täielikult mustaks, 0 ei mõjuta värvi ja 1 helendab värvi täielikult valgeks. Samuti saate kasutada protsendimäära vahemikus -100% kuni 100%.
Sisseehitatud värvid
| Color Loendamine | ColorValue | RGBA | Color Pööre |
|---|---|---|---|
| Color. AliceBlue |
ColorValue( "#f0f8ff" ) ColorValue( "aliceblue" ) |
RGBA( 240, 248, 255, 1 ) |
|
| Color. AntiikWhite |
ColorValue( "#faebd7" ) ColorValue( "AntiqueWhite" ) |
RGBA( 250, 235, 215, 1 ) |
|
| Color. Aqua |
ColorValue( "#00ffff" ) ColorValue( "AQUA" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Aquamarine |
ColorValue( "#7fffd4" ) ColorValue( "Akvamariin" ) |
RGBA( 127, 255, 212, 1 ) |
|
| Color. Azure |
ColorValue( "#f0ffff" ) ColorValue( "azure" ) |
RGBA( 240, 255, 255, 1 ) |
|
| Color. Beež |
ColorValue( "#f5f5dc" ) ColorValue( "Beige" ) |
RGBA( 245, 245, 220, 1 ) |
|
| Color. Äyriäiskeitto |
ColorValue( "#ffe4c4" ) ColorValue( "BISQUE" ) |
RGBA( 255, 228, 196, 1 ) |
|
| Color. Must |
ColorValue( "#000000" ) ColorValue( "Must" ) |
RGBA( 0, 0, 0, 1 ) |
|
| Color. BlanchedAlmond |
ColorValue( "#ffebcd" ) ColorValue( "blanchedalmond" ) |
RGBA( 255, 235, 205, 1 ) |
|
| Color. Sinine |
ColorValue( "#0000ff" ) ColorValue( "Sinine" ) |
RGBA( 0, 0, 255, 1 ) |
|
| Color. Sinine violetne |
ColorValue( "#8a2be2" ) ColorValue( "BLUEVIOLET" ) |
RGBA( 138, 43, 226, 1 ) |
|
| Color. Pruun |
ColorValue( "#a52a2a" ) ColorValue( "Pruun" ) |
RGBA( 165, 42, 42, 1 ) |
|
| Color. Burlywood |
ColorValue( "#deb887" ) ColorValue( "burlywood" ) |
RGBA( 222, 184, 135, 1 ) |
|
| Color. CadetBlue |
ColorValue( "#5f9ea0" ) ColorValue( "CadetBlue" ) |
RGBA( 95, 158, 160, 1 ) |
|
| Color. Chartreuse |
ColorValue( "#7fff00" ) ColorValue( "CHARTREUSE" ) |
RGBA( 127, 255, 0, 1 ) |
|
| Color. Šokolaad |
ColorValue( "#d2691e" ) ColorValue( "Chocolate" ) |
RGBA( 210, 105, 30, 1 ) |
|
| Color. Korall |
ColorValue( "#ff7f50" ) ColorValue( "korall" ) |
RGBA( 255, 127, 80, 1 ) |
|
| Color. Rukkililleõis |
ColorValue( "#6495ed" ) ColorValue( "CornflowerBlue" ) |
RGBA( 100, 149, 237, 1 ) |
|
| Color. Cornsilk |
ColorValue( "#fff8dc" ) ColorValue( "CORNSILK" ) |
RGBA( 255, 248, 220, 1 ) |
|
| Color. Karmiinpunane |
ColorValue( "#dc143c" ) ColorValue( "Crimson" ) |
RGBA( 220, 20, 60, 1 ) |
|
| Color. Tsüaan |
ColorValue( "#00ffff" ) ColorValue( "tsüaan" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Tume lillakassinine |
ColorValue( "#00008b" ) ColorValue( "DarkBlue" ) |
RGBA( 0, 0, 139, 1 ) |
|
| Color. Tumetsüaan |
ColorValue( "#008b8b" ) ColorValue( "DARKCYAN" ) |
RGBA( 0, 139, 139, 1 ) |
|
| Color. Tume kuldroheline |
ColorValue( "#b8860b" ) ColorValue( "DarkGoldenRod" ) |
RGBA( 184, 134, 11, 1 ) |
|
| Color. Tumehall |
ColorValue( "#a9a9a9" ) ColorValue( "darkgray" ) |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Tumeroheline |
ColorValue( "#006400" ) ColorValue( "Tumeroheline" ) |
RGBA( 0, 100, 0, 1 ) |
|
| Color. Tumeroheline |
ColorValue( "#a9a9a9" ) ColorValue( "TUMEROHELINE" ) |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Tumehall |
ColorValue( "#bdb76b" ) ColorValue( "DarkKhaki" ) |
RGBA( 189, 183, 107, 1 ) |
|
| Color. Tumemagenta |
ColorValue( "#8b008b" ) ColorValue( "darkmagenta" ) |
RGBA( 139, 0, 139, 1 ) |
|
| Color. Tumerohelineroheline |
ColorValue( "#556b2f" ) ColorValue( "DarkOliveGreen" ) |
RGBA( 85, 107, 47, 1 ) |
|
| Color. Tumeoranž |
ColorValue( "#ff8c00" ) ColorValue( "DARKORANGE" ) |
RGBA( 255, 140, 0, 1 ) |
|
| Color. Tume orhidee |
ColorValue( "#9932cc" ) ColorValue( "DarkOrchid" ) |
RGBA( 153, 50, 204, 1 ) |
|
| Color. Tumepunane |
ColorValue( "#8b0000" ) ColorValue( "tume" ) |
RGBA( 139, 0, 0, 1 ) |
|
| Color. Tumehall |
ColorValue( "#e9967a" ) ColorValue( "DarkSalmon" ) |
RGBA( 233, 150, 122, 1 ) |
|
| Color. Tume seearoheline |
ColorValue( "#8fbc8f" ) ColorValue( "DARKSEAGREEN" ) |
RGBA( 143, 188, 143, 1 ) |
|
| Color. Tume lillakassinine |
ColorValue( "#483d8b" ) ColorValue( "DarkSlateBlue" ) |
RGBA( 72, 61, 139, 1 ) |
|
| Color. Tumelategraaž |
ColorValue( "#2f4f4f" ) ColorValue( "darkslategray" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Tumehallroheline |
ColorValue( "#2f4f4f" ) ColorValue( "DarkSlateGrey" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Tume türkiissinine |
ColorValue( "#00ced1" ) ColorValue( "DARKTURQUOISE" ) |
RGBA( 0, 206, 209, 1 ) |
|
| Color. Tumevioletne |
ColorValue( "#9400d3" ) ColorValue( "Tumevioletne" ) |
RGBA( 148, 0, 211, 1 ) |
|
| Color. DeepPink |
ColorValue( "#ff1493" ) ColorValue( "deeppink" ) |
RGBA( 255, 20, 147, 1 ) |
|
| Color. DeepSkyBlue |
ColorValue( "#00bfff" ) ColorValue( "DeepSkyBlue" ) |
RGBA( 0, 191, 255, 1 ) |
|
| Color. DimGray |
ColorValue( "#696969" ) ColorValue( "DIMGRAY" ) |
RGBA( 105, 105, 105, 1 ) |
|
| Color. Hämarjaroheline |
ColorValue( "#696969" ) ColorValue( "DimGrey" ) |
RGBA( 105, 105, 105, 1 ) |
|
| Color. DodgerBlue |
ColorValue( "#1e90ff" ) ColorValue( "dodgerblue" ) |
RGBA( 30, 144, 255, 1 ) |
|
| Color. FireBrick |
ColorValue( "#b22222" ) ColorValue( "FireBrick" ) |
RGBA( 178, 34, 34, 1 ) |
|
| Color. Lilletuli |
ColorValue( "#fffaf0" ) ColorValue( "FLORALWHITE" ) |
RGBA( 255, 250, 240, 1 ) |
|
| Color. Metsaroheline |
ColorValue( "#228b22" ) ColorValue( "Metsaroheline" ) |
RGBA( 34, 139, 34, 1 ) |
|
| Color. Fuksia |
ColorValue( "#ff00ff" ) ColorValue( "fuksia" ) |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Gainsboro |
ColorValue( "#dcdcdc" ) ColorValue( "Gainsboro" ) |
RGBA( 220, 220, 220, 1 ) |
|
| Color. Kummitusmimiit |
ColorValue( "#f8f8ff" ) ColorValue( "GHOSTWHITE" ) |
RGBA( 248, 248, 255, 1 ) |
|
| Color. Kuld |
ColorValue( "#ffd700" ) ColorValue( "Gold" ) |
RGBA( 255, 215, 0, 1 ) |
|
| Color. Kuldroheline |
ColorValue( "#daa520" ) ColorValue( "goldenrod" ) |
RGBA( 218, 165, 32, 1 ) |
|
| Color. Hall |
ColorValue( "#808080" ) ColorValue( "Hall" ) |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Roheline |
ColorValue( "#008000" ) ColorValue( "ROHELINE" ) |
RGBA( 0, 128, 0, 1 ) |
|
| Color. Rohekassinises läikes |
ColorValue( "#adff2f" ) ColorValue( "GreenYellow" ) |
RGBA( 173, 255, 47, 1 ) |
|
| Color. Hall |
ColorValue( "#808080" ) ColorValue( "hall" ) |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Mesipuu |
ColorValue( "#f0fff0" ) ColorValue( "Honeydew" ) |
RGBA( 240, 255, 240, 1 ) |
|
| Color. HotPink |
ColorValue( "#ff69b4" ) ColorValue( "HOTPINK" ) |
RGBA( 255, 105, 180, 1 ) |
|
| Color. Indiared |
ColorValue( "#cd5c5c" ) ColorValue( "IndianRed" ) |
RGBA( 205, 92, 92, 1 ) |
|
| Color. Indigo |
ColorValue( "#4b0082" ) ColorValue( "indigo" ) |
RGBA( 75, 0, 130, 1 ) |
|
| Color. Elevandiluu |
ColorValue( "#fffff0" ) ColorValue( "Elevandiljan" ) |
RGBA( 255, 255, 240, 1 ) |
|
| Color. Khaki |
ColorValue( "#f0e68c" ) ColorValue( "KHAKI" ) |
RGBA( 240, 230, 140, 1 ) |
|
| Color. Lavendel |
ColorValue( "#e6e6fa" ) ColorValue( "Lavender" ) |
RGBA( 230, 230, 250, 1 ) |
|
| Color. LavenderBlush |
ColorValue( "#fff0f5" ) ColorValue( "lavenderblush" ) |
RGBA( 255, 240, 245, 1 ) |
|
| Color. Mururoheline |
ColorValue( "#7cfc00" ) ColorValue( "LawnGreen" ) |
RGBA( 124, 252, 0, 1 ) |
|
| Color. Sidrunhiffon |
ColorValue( "#fffacd" ) ColorValue( "LEMONCHIFFON" ) |
RGBA( 255, 250, 205, 1 ) |
|
| Color. Hele liustik |
ColorValue( "#add8e6" ) ColorValue( "LightBlue" ) |
RGBA( 173, 216, 230, 1 ) |
|
| Color. Hele korall |
ColorValue( "#f08080" ) ColorValue( "lightcoral" ) |
RGBA( 240, 128, 128, 1 ) |
|
| Color. Heletsüaan |
ColorValue( "#e0ffff" ) ColorValue( "LightCyan" ) |
RGBA( 224, 255, 255, 1 ) |
|
| Color. LightGoldenRodYellow |
ColorValue( "#fafad2" ) ColorValue( "lightgoldenrodyellow" ) |
RGBA( 250, 250, 210, 1 ) |
|
| Color. Helehall |
ColorValue( "#d3d3d3" ) ColorValue( "LightGray" ) |
RGBA( 211, 211, 211, 1 ) |
|
| Color. Heleroheline |
ColorValue( "#90ee90" ) ColorValue( "heleroheline" ) |
RGBA( 144, 238, 144, 1 ) |
|
| Color. Heleroheline |
ColorValue( "#d3d3d3" ) ColorValue( "LightGrey" ) |
RGBA( 211, 211, 211, 1 ) |
|
| Color. Helepink |
ColorValue( "#ffb6c1" ) ColorValue( "LIGHTPINK" ) |
RGBA( 255, 182, 193, 1 ) |
|
| Color. LightSalmon |
ColorValue( "#ffa07a" ) ColorValue( "LightSalmon" ) |
RGBA( 255, 160, 122, 1 ) |
|
| Color. HeleseaGreen |
ColorValue( "#20b2aa" ) ColorValue( "lightseagreen" ) |
RGBA( 32, 178, 170, 1 ) |
|
| Color. Hele liustik |
ColorValue( "#87cefa" ) ColorValue( "LightSkyBlue" ) |
RGBA( 135, 206, 250, 1 ) |
|
| Color. LightSlateGray |
ColorValue( "#778899" ) ColorValue( "LIGHTSLATEGRAY" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. Heleroheline |
ColorValue( "#778899" ) ColorValue( "LightSlateGrey" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. LightSteelBlue |
ColorValue( "#b0c4de" ) ColorValue( "lightsteelblue" ) |
RGBA( 176, 196, 222, 1 ) |
|
| Color. Helehall |
ColorValue( "#ffffe0" ) ColorValue( "LightYellow" ) |
RGBA( 255, 255, 224, 1 ) |
|
| Color. Lubi |
ColorValue( "#00ff00" ) ColorValue( "LIME" ) |
RGBA( 0, 255, 0, 1 ) |
|
| Color. LimeGreen |
ColorValue( "#32cd32" ) ColorValue( "LimeGreen" ) |
RGBA( 50, 205, 50, 1 ) |
|
| Color. Voodipesu |
ColorValue( "#faf0e6" ) ColorValue( "linen" ) |
RGBA( 250, 240, 230, 1 ) |
|
| Color. Magenta |
ColorValue( "#ff00ff" ) ColorValue( "Magenta" ) |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Maroon |
ColorValue( "#800000" ) ColorValue( "MAROON" ) |
RGBA( 128, 0, 0, 1 ) |
|
| Color. Keskmine akvamariin |
ColorValue( "#66cdaa" ) ColorValue( "Keskmine akvamariin" ) |
RGBA( 102, 205, 170, 1 ) |
|
| Color. Keskmine liustik |
ColorValue( "#0000cd" ) ColorValue( "mediumblue" ) |
RGBA( 0, 0, 205, 1 ) |
|
| Color. Keskmine orhidee |
ColorValue( "#ba55d3" ) ColorValue( "Keskmine orhidee" ) |
RGBA( 186, 85, 211, 1 ) |
|
| Color. Keskmine lilla |
ColorValue( "#9370db" ) ColorValue( "MEDIUMPURPLE" ) |
RGBA( 147, 112, 219, 1 ) |
|
| Color. Keskmine seaGreen |
ColorValue( "#3cb371" ) ColorValue( "MediumSeaGreen" ) |
RGBA( 60, 179, 113, 1 ) |
|
| Color. Keskmine tahveldiagramm |
ColorValue( "#7b68ee" ) ColorValue( "mediumslateblue" ) |
RGBA( 123, 104, 238, 1 ) |
|
| Color. Keskmine rõngasroheline |
ColorValue( "#00fa9a" ) ColorValue( "MediumSpringGreen" ) |
RGBA( 0, 250, 154, 1 ) |
|
| Color. Keskmine türkiissinine |
ColorValue( "#48d1cc" ) ColorValue( "KESKMINE TÜRKIIS" ) |
RGBA( 72, 209, 204, 1 ) |
|
| Color. Keskminevioletne |
ColorValue( "#c71585" ) ColorValue( "MediumVioletRed" ) |
RGBA( 199, 21, 133, 1 ) |
|
| Color. MidnightBlue |
ColorValue( "#191970" ) ColorValue( "midnightblue" ) |
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. Merevägi |
ColorValue( "#000080" ) ColorValue( "Merevägi" ) |
RGBA( 0, 0, 128, 1 ) |
|
| Color. OldLace |
ColorValue( "#fdf5e6" ) ColorValue( "OLDLACE" ) |
RGBA( 253, 245, 230, 1 ) |
|
| Color. Olive |
ColorValue( "#808000" ) ColorValue( "Oliiv" ) |
RGBA( 128, 128, 0, 1 ) |
|
| Color. OliveDrab |
ColorValue( "#6b8e23" ) ColorValue( "olivedrab" ) |
RGBA( 107, 142, 35, 1 ) |
|
| Color. Apelsin |
ColorValue( "#ffa500" ) ColorValue( "Oranž" ) |
RGBA( 255, 165, 0, 1 ) |
|
| Color. Oranž |
ColorValue( "#ff4500" ) ColorValue( "ORANGERED" ) |
RGBA( 255, 69, 0, 1 ) |
|
| Color. Orhidee |
ColorValue( "#da70d6" ) ColorValue( "Orchid" ) |
RGBA( 218, 112, 214, 1 ) |
|
| Color. PaleGoldenRod |
ColorValue( "#eee8aa" ) ColorValue( "palegoldenrod" ) |
RGBA( 238, 232, 170, 1 ) |
|
| Color. PaleGreen |
ColorValue( "#98fb98" ) ColorValue( "PaleGreen" ) |
RGBA( 152, 251, 152, 1 ) |
|
| Color. Kahvatu türkiissinine |
ColorValue( "#afeeee" ) ColorValue( "PALETURQUOISE" ) |
RGBA( 175, 238, 238, 1 ) |
|
| Color. PaleVioletRed |
ColorValue( "#db7093" ) ColorValue( "PaleVioletRed" ) |
RGBA( 219, 112, 147, 1 ) |
|
| Color. PapaiaWhip |
ColorValue( "#ffefd5" ) ColorValue( "papaiawhip" ) |
RGBA( 255, 239, 213, 1 ) |
|
| Color. Virsikupihv |
ColorValue( "#ffdab9" ) ColorValue( "PeachPuff" ) |
RGBA( 255, 218, 185, 1 ) |
|
| Color. Peruu |
ColorValue( "#cd853f" ) ColorValue( "PERUU" ) |
RGBA( 205, 133, 63, 1 ) |
|
| Color. Roosa |
ColorValue( "#ffc0cb" ) ColorValue( "Roosa" ) |
RGBA( 255, 192, 203, 1 ) |
|
| Color. Ploom |
ColorValue( "#dda0dd" ) ColorValue( "ploom" ) |
RGBA( 221, 160, 221, 1 ) |
|
| Color. PowderBlue |
ColorValue( "#b0e0e6" ) ColorValue( "PowderBlue" ) |
RGBA( 176, 224, 230, 1 ) |
|
| Color. Purpurne |
ColorValue( "#800080" ) ColorValue( "LILLA" ) |
RGBA( 128, 0, 128, 1 ) |
|
| Color. Punane |
ColorValue( "#ff0000" ) ColorValue( "Punane" ) |
RGBA( 255, 0, 0, 1 ) |
|
| Color. RosyBrown |
ColorValue( "#bc8f8f" ) ColorValue( "rosybrown" ) |
RGBA( 188, 143, 143, 1 ) |
|
| Color. RoyalBlue |
ColorValue( "#4169e1" ) ColorValue( "RoyalBlue" ) |
RGBA( 65, 105, 225, 1 ) |
|
| Color. Sadulbrown |
ColorValue( "#8b4513" ) ColorValue( "SADDLEBROWN" ) |
RGBA( 139, 69, 19, 1 ) |
|
| Color. Lõhe |
ColorValue( "#fa8072" ) ColorValue( "Lõhe" ) |
RGBA( 250, 128, 114, 1 ) |
|
| Color. Liivane liiv |
ColorValue( "#f4a460" ) ColorValue( "sandybrown" ) |
RGBA( 244, 164, 96, 1 ) |
|
| Color. Mereroheline |
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. Hõbe |
ColorValue( "#c0c0c0" ) ColorValue( "hõbe" ) |
RGBA( 192, 192, 192, 1 ) |
|
| Color. SkyBlue |
ColorValue( "#87ceeb" ) ColorValue( "SkyBlue" ) |
RGBA( 135, 206, 235, 1 ) |
|
| Color. SlateBlue |
ColorValue( "#6a5acd" ) ColorValue( "SLATEBLUE" ) |
RGBA( 106, 90, 205, 1 ) |
|
| Color. SlateGray |
ColorValue( "#708090" ) ColorValue( "SlateGray" ) |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Kiltkivi |
ColorValue( "#708090" ) ColorValue( "slategrey" ) |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Lumi |
ColorValue( "#fffafa" ) ColorValue( "Lumi" ) |
RGBA( 255, 250, 250, 1 ) |
|
| Color. Kevadroheline |
ColorValue( "#00ff7f" ) ColorValue( "SPRINGGREEN" ) |
RGBA( 0, 255, 127, 1 ) |
|
| Color. SteelBlue |
ColorValue( "#4682b4" ) ColorValue( "SteelBlue" ) |
RGBA( 70, 130, 180, 1 ) |
|
| Color. Tan |
ColorValue( "#d2b48c" ) ColorValue( "tan" ) |
RGBA( 210, 180, 140, 1 ) |
|
| Color. Meresinine |
ColorValue( "#008080" ) ColorValue( "Teal" ) |
RGBA( 0, 128, 128, 1 ) |
|
| Color. Thistle |
ColorValue( "#d8bfd8" ) ColorValue( "THISTLE" ) |
RGBA( 216, 191, 216, 1 ) |
|
| Color. Tomat |
ColorValue( "#ff6347" ) ColorValue( "Tomato" ) |
RGBA( 255, 99, 71, 1 ) |
|
| Color. Läbipaistev |
ColorValue( "#00000000" ) ColorValue( "Transparent" ) |
RGBA( 0, 0, 0, 0 ) |
|
| Color. Türkiis |
ColorValue( "#40e0d0" ) ColorValue( "türkiissinine" ) |
RGBA( 64, 224, 208, 1 ) |
|
| Color. Violetne |
ColorValue( "#ee82ee" ) ColorValue( "Violet" ) |
RGBA( 238, 130, 238, 1 ) |
|
| Color. Nisu |
ColorValue( "#f5deb3" ) ColorValue( "NISU" ) |
RGBA( 245, 222, 179, 1 ) |
|
| Color. Valge |
ColorValue( "#ffffff" ) ColorValue( "Valge" ) |
RGBA( 255, 255, 255, 1 ) |
|
| Color. Tahvlitõmme |
ColorValue( "#f5f5f5" ) ColorValue( "whitesmoke" ) |
RGBA( 245, 245, 245, 1 ) |
|
| Color. Kollane |
ColorValue( "#ffff00" ) ColorValue( "Kollane" ) |
RGBA( 255, 255, 0, 1 ) |
|
| Color. Kollaneroheline |
ColorValue( "#9acd32" ) ColorValue( "KOLLANEROHELINE" ) |
RGBA( 154, 205, 50, 1 ) |
|