Oharra
Orrialde honetara sartzeak baimena behar du. Saioa hasteko edo direktorioak aldatzen saia zaitezke.
Orrialde honetara sartzeak baimena behar du. Direktorioak aldatzen saia zaitezke.
| Funtzioak | Honi dagokio |
|---|---|
| Color |
|
| ColorFade ColorValue |
|
| RGBA |
|
Erabili kolore-balio integratuak, definitu kolore pertsonalizatuak eta erabili alfa kanala gardentasuna kontrolatzeko.
Oharra
PAC CLI pac power-fx komandoek ez dute enumerazioa Color onartzen.
Deskribapenak
Erabili enumerazioa Color HTML Cascading Style Sheets (CSS) bidez definitutako koloreetara sartzeko. Adibidez.Color Gorriak gorri garbia ematen du. Kolore horien zerrenda artikulu honen amaieran agertzen da.
Funtzioak ColorValue CSS kolore-kate batean oinarritutako kolore bat itzultzen du. Katea forma hauetakoren edozeinetan egon daiteke:
- CSS kolore izena:"RoxyBrown" eta "OliveDrab" adibideak dira. Izen hauek ez dituzte espazioak. Onartutako koloreen zerrenda artikulu honetan agertzen da.
- 6 digituko balio hamaseitarra: Adibidez, "#ffd700" eta "urrea" bezalakoak dira. Kateak "#rrggbb" formatua erabiltzen du, non rr bi digitu hamaseitarren zati gorria den, gg berdea eta bb urdina.
- 8 digituko hamaseitarren balioa: Adibidez, "#ff7f5080" " Coral" bezalakoa da, 50% alfa kanal batekin. Kateak "#rrggbbaa" formatua erabiltzen du, non rr, gg eta bb 6 digituko formaren berdinak diren. Alfa kanala aa-rekin adierazten da: 00 esan nahi du guztiz gardena eta ff guztiz opakua.
Funtzioak RGBA osagai gorri, berde eta urdinetan oinarritutako kolorea itzultzen du. Funtzioak alfa kanal bat ere badu, bata bestearen aurrean geruzatutako kontrolen koloreak nahasteko. Alfa kanala 0% edo 0% bitartekoa da (guztiz gardena eta ikusezina) eta 1% edo 100% (guztiz opakoa eta kontrol baten atzean dauden geruzak erabat blokeatzen ditu).
Funtzioak ColorFade kolore baten bertsio distiratsuagoa edo ilunagoa itzultzen du. Iraungitze-kopurua -1 bitartekoa da (kolore bat guztiz iluntzen du beltzera), 0 (ez du koloreari eragiten) eta 1 (kolore bat guztiz argitzen du zurira).
Alpha kanala
Oihaleko aplikazio batean, kontrolak bata bestearen aurrean geruzatzen dituzu eta kontrol baten gardentasuna ezarri atzean dauden kontroletan. Ondorioz, koloreak geruzen bidez nahasten dira. Adibidez, diagrama honek hiru kolore primarioak ehuneko 50eko alfa ezarpenarekin nola nahasten diren erakusten du:
Irudiak ere nahastu ditzakezu alfa kanalak onartzen dituzten fitxategi formatuetan. Adibidez, ezin duzu .jpeg fitxategiak nahastu, baina .png fitxategiak nahastu ditzakezu. Hurrengo grafikoak aurreko adibideko kolore gorri, berde eta urdin berberak erakusten ditu, baina kolore gorria ehuneko 50eko alfa kanala duen .png fitxategi gisa agertzen da:
Enumerazio-balio bat Color zehazten baduzu edo formula bat ColorValue eraikitzen baduzu kolore-izen batekin edo 6 digituko balio hamaseitar batekin, alfa-ezarpena ehuneko 100 izango da, hau da, guztiz opakoa.
Sintaxia
Color. Kolore-izena
- ColorName - Beharrezkoa. Cascading Style Sheet (CSS) kolorearen izena. Enumerazio-balio posibleen zerrenda artikulu honen amaieran.
ColorValue( CSSColor )
- CSSColor - Beharrezkoa. Cascading Style Sheet (CSS) kolorearen definizioa. S izena, OliveDralike balio hamaseitarra, adibidez #6b8e23 olikeffd420**. Balio hamaseitarrak #_rrggbb__usgormat erabil ditzake. formatua
ColorValue( Dinamikoa )
- Dinamikoa - Beharrezkoa. Balio dinamikoa, Cascading Style Sheet (CSS) kolore-definizioa adierazten duen kate batekin.
RGBA( Gorria, Berdea, Urdina, Alfa )
- Gorria, Berdea, Urdina - Beharrezkoa. Color 0 (saturaziorik gabe) eta 255 (saturazio osoa) bitarteko osagaien balioak.
- Alpha - Beharrezkoa. Alfa osagaia, 0 (guztiz gardena) eta 1 (guztiz opakua) bitartekoa dena. Ehuneko bat ere erabil dezakezu, % 0tik 100era.
ColorFade( Color, FadeAmount )
- Color - Beharrezkoa. Kolorearen balioa Color. Gorria edo irteera ColorValue edo RGBA.
- FadeAmount - Beharrezkoa. Zenbaki bat -1 eta 1 artean. -1 koloreak beltzerako guztiz iluntzen du, 0ak ez du kolorearen eraginik eta 1 koloreak kolore zurira guztiz argitzen du. Ehuneko bat ere erabil dezakezu, -100% eta 100%.
Kolore integratuak
| Color Enumerazioa | ColorValue | RGBA | Color Lagina |
|---|---|---|---|
| Color. Alizia urdina |
ColorValue( "#f0f8ff") ColorValue( "Aliceblue" ) |
RGBA( 240, 248, 255, 1 ) |
|
| Color. Zuri zaharra |
ColorValue( "#faebd7" ) ColorValue( "AntiqueWhite" ) |
RGBA( 250, 235, 215, 1 ) |
|
| Color. Aqua |
ColorValue( "#00ffff") ColorValue( "AQUA") |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Akuamarina |
ColorValue( "#7fffd4" ) ColorValue( "Aquamarine" ) |
RGBA( 127, 255, 212, 1 ) |
|
| Color. Azure |
ColorValue( "#f0ffff" ) ColorValue( "urdin" ) |
RGBA( 240, 255, 255, 1 ) |
|
| Color. Beixa |
ColorValue( "#f5f5dc") ColorValue( "Beige") |
RGBA( 245, 245, 220, 1 ) |
|
| Color. Bizkotxoa |
ColorValue( "#ffe4c4") ColorValue( "BISQUE") |
RGBA( 255, 228, 196, 1 ) |
|
| Color. Beltza |
ColorValue( "#000000" ) ColorValue( "Beltza") |
RGBA( 0, 0, 0, 1 ) |
|
| Color. Almendra zuria |
ColorValue( "#ffebcd" ) ColorValue( "blanchedalmond" ) |
RGBA( 255, 235, 205, 1 ) |
|
| Color. Urdina |
ColorValue( "#0000ff" ) ColorValue( "Urdina") |
RGBA( 0, 0, 255, 1 ) |
|
| Color. Urdina bioleta |
ColorValue( "#8a2be2") ColorValue( "BLUEVIOLET" ) |
RGBA( 138, 43, 226, 1 ) |
|
| Color. Marroia |
ColorValue( "#a52a2a" ) ColorValue( "Brown") |
RGBA( 165, 42, 42, 1 ) |
|
| Color. Burlywood |
ColorValue( "#deb887" ) ColorValue( "burlywood" ) |
RGBA( 222, 184, 135, 1 ) |
|
| Color. Kadete-urdina |
ColorValue( "#5f9ea0") ColorValue( "CadetBlue") |
RGBA( 95, 158, 160, 1 ) |
|
| Color. Chartreuse |
ColorValue( "#7fff00" ) ColorValue( "CHARTREUSE" ) |
RGBA( 127, 255, 0, 1 ) |
|
| Color. Txokolatea |
ColorValue( "#d2691e") ColorValue( "Txokolatea") |
RGBA( 210, 105, 30, 1 ) |
|
| Color. Korala |
ColorValue( "#ff7f50" ) ColorValue( "korala") |
RGBA( 255, 127, 80, 1 ) |
|
| Color. Arto-lorea urdina |
ColorValue( "#6495ed") ColorValue( "Cornflower Blue" ) |
RGBA( 100, 149, 237, 1 ) |
|
| Color. Cornsilk |
ColorValue( "#fff8dc") ColorValue( "CORNSILK") |
RGBA( 255, 248, 220, 1 ) |
|
| Color. Gorri-gorria |
ColorValue( "#dc143c") ColorValue( "Crimson") |
RGBA( 220, 20, 60, 1 ) |
|
| Color. Ziana |
ColorValue( "#00ffff") ColorValue( "ziano" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Urdin iluna |
ColorValue( "#00008b") ColorValue( "DarkBlue" ) |
RGBA( 0, 0, 139, 1 ) |
|
| Color. Zian iluna |
ColorValue( "#008b8b") ColorValue( "DARKCYAN") |
RGBA( 0, 139, 139, 1 ) |
|
| Color. Urrezko hagaxka iluna |
ColorValue( "#b8860b") ColorValue( "DarkGoldenRod") |
RGBA( 184, 134, 11, 1 ) |
|
| Color. Gris iluna |
ColorValue( "#a9a9a9") ColorValue( "gris iluna") |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Berde iluna |
ColorValue( "#006400" ) ColorValue( "Berde iluna") |
RGBA( 0, 100, 0, 1 ) |
|
| Color. Gris iluna |
ColorValue( "#a9a9a9") ColorValue( "DARKGREY") |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Kaki iluna |
ColorValue( "#bdb76b" ) ColorValue( "DarkKhaki") |
RGBA( 189, 183, 107, 1 ) |
|
| Color. Magenta iluna |
ColorValue( "#8b008b") ColorValue( "darkmagenta") |
RGBA( 139, 0, 139, 1 ) |
|
| Color. Oliba berde iluna |
ColorValue( "#556b2f" ) ColorValue( "DarkOliveGreen" ) |
RGBA( 85, 107, 47, 1 ) |
|
| Color. Laranja iluna |
ColorValue( "#ff8c00" ) ColorValue( "DARKORANGE" ) |
RGBA( 255, 140, 0, 1 ) |
|
| Color. Orkidea iluna |
ColorValue( "#9932cc") ColorValue( "DarkOrchid") |
RGBA( 153, 50, 204, 1 ) |
|
| Color. Gorri iluna |
ColorValue( "#8b0000" ) ColorValue( "gorri iluna") |
RGBA( 139, 0, 0, 1 ) |
|
| Color. Izokin iluna |
ColorValue( "#e9967a") ColorValue( "DarkSalmon") |
RGBA( 233, 150, 122, 1 ) |
|
| Color. Itsaso-berde iluna |
ColorValue( "#8fbc8f") ColorValue( "DARKSEAGREEN" ) |
RGBA( 143, 188, 143, 1 ) |
|
| Color. Arbel-urdin iluna |
ColorValue( "#483d8b") ColorValue( "DarkSlate Blue" ) |
RGBA( 72, 61, 139, 1 ) |
|
| Color. Arbel-gris iluna |
ColorValue( "#2f4f4f" ) ColorValue( "darksleagray" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Arbel ilunaGrisa |
ColorValue( "#2f4f4f" ) ColorValue( "DarkSlateGrey" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Turkesa iluna |
ColorValue( "#00ced1") ColorValue( "DARKTURQUOISE" ) |
RGBA( 0, 206, 209, 1 ) |
|
| Color. Morea iluna |
ColorValue( "#9400d3" ) ColorValue( "DarkViolet") |
RGBA( 148, 0, 211, 1 ) |
|
| Color. Arrosa sakona |
ColorValue( "#ff1493") ColorValue( "Deeppink" ) |
RGBA( 255, 20, 147, 1 ) |
|
| Color. Zeru urdin sakona |
ColorValue( "#00bfff" ) ColorValue( "DeepSkyBlue" ) |
RGBA( 0, 191, 255, 1 ) |
|
| Color. Gris lausoa |
ColorValue( "#696969" ) ColorValue( "DIMGRAY" ) |
RGBA( 105, 105, 105, 1 ) |
|
| Color. Grisa lausoa |
ColorValue( "#696969" ) ColorValue( "DimGrey" ) |
RGBA( 105, 105, 105, 1 ) |
|
| Color. Dodgerblue |
ColorValue( "#1e90ff") ColorValue( "Dodgerblue" ) |
RGBA( 30, 144, 255, 1 ) |
|
| Color. Suzko adreilua |
ColorValue( "#b22222") ColorValue( "FireBrick" ) |
RGBA( 178, 34, 34, 1 ) |
|
| Color. Lorezuria |
ColorValue( "#fffaf0") ColorValue( "FLORALWHITE" ) |
RGBA( 255, 250, 240, 1 ) |
|
| Color. Baso berdea |
ColorValue( "#228b22" ) ColorValue( "Forestgreen" ) |
RGBA( 34, 139, 34, 1 ) |
|
| Color. Fuxia |
ColorValue( "#ff00ff") ColorValue( "fuxia") |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Gainsboro |
ColorValue( "#dcdcdc") ColorValue( "Gainsboro" ) |
RGBA( 220, 220, 220, 1 ) |
|
| Color. Zuri mamua |
ColorValue( "#f8f8ff") ColorValue( "GHOSTWHITE") |
RGBA( 248, 248, 255, 1 ) |
|
| Color. Urrea |
ColorValue( "#ffd700 ") ColorValue( "Urrea") |
RGBA( 255, 215, 0, 1 ) |
|
| Color. Urrezko hagaxka |
ColorValue( "#daa520") ColorValue( "Goldenrod") |
RGBA( 218, 165, 32, 1 ) |
|
| Color. Grisa |
ColorValue( "#808080" ) ColorValue( "Grisa") |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Berdea |
ColorValue( "#008000" ) ColorValue( "BERDEA") |
RGBA( 0, 128, 0, 1 ) |
|
| Color. Berdea horia |
ColorValue( "#adff2f" ) ColorValue( "GreenYellow") |
RGBA( 173, 255, 47, 1 ) |
|
| Color. Grisa |
ColorValue( "#808080" ) ColorValue( "grisa") |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Eztia |
ColorValue( "#f0fff0 ") ColorValue( "Honeydew" ) |
RGBA( 240, 255, 240, 1 ) |
|
| Color. Arrosa beroa |
ColorValue( "#ff69b4") ColorValue( "HOTPINK") |
RGBA( 255, 105, 180, 1 ) |
|
| Color. Indiar gorria |
ColorValue( "#cd5c5c" ) ColorValue( "IndianRed" ) |
RGBA( 205, 92, 92, 1 ) |
|
| Color. Indigoa |
ColorValue( "#4b0082") ColorValue( "indigo" ) |
RGBA( 75, 0, 130, 1 ) |
|
| Color. Marfila |
ColorValue( "#fffff0" ) ColorValue( "Marfila") |
RGBA( 255, 255, 240, 1 ) |
|
| Color. Kaki |
ColorValue( "#f0e68c") ColorValue( "KHAKI") |
RGBA( 240, 230, 140, 1 ) |
|
| Color. Lavanda |
ColorValue( "#e6e6fa" ) ColorValue( "Lavanda") |
RGBA( 230, 230, 250, 1 ) |
|
| Color. LavenderBlush |
ColorValue( "#fff0f5" ) ColorValue( "lavenderblush" ) |
RGBA( 255, 240, 245, 1 ) |
|
| Color. Belarra berdea |
ColorValue( "#7cfc00" ) ColorValue( "LawnGreen" ) |
RGBA( 124, 252, 0, 1 ) |
|
| Color. LemonChiffon (en) |
ColorValue( "#fffacd") ColorValue( "LEMONCHIFFON" ) |
RGBA( 255, 250, 205, 1 ) |
|
| Color. Urdin argia |
ColorValue( "#add8e6") ColorValue( "Urdin argia") |
RGBA( 173, 216, 230, 1 ) |
|
| Color. Argi-koral |
ColorValue( "#f08080") ColorValue( "Lightcoral" ) |
RGBA( 240, 128, 128, 1 ) |
|
| Color. Zian argia |
ColorValue( "#e0ffff" ) ColorValue( "LightCyan") |
RGBA( 224, 255, 255, 1 ) |
|
| Color. Urrezko argiaHoria |
ColorValue( "#fafad2") ColorValue( "lightgoldenrodyellow" ) |
RGBA( 250, 250, 210, 1 ) |
|
| Color. Gris argia |
ColorValue( "#d3d3d3" ) ColorValue( "Gris argia") |
RGBA( 211, 211, 211, 1 ) |
|
| Color. Berde argia |
ColorValue( "#90ee90") ColorValue( "berde argia") |
RGBA( 144, 238, 144, 1 ) |
|
| Color. Gris argia |
ColorValue( "#d3d3d3" ) ColorValue( "LightGrey") |
RGBA( 211, 211, 211, 1 ) |
|
| Color. Arrosa argia |
ColorValue( "#ffb6c1" ) ColorValue( "LIGHTPINK") |
RGBA( 255, 182, 193, 1 ) |
|
| Color. Izokin argia |
ColorValue( "#ffa07a" ) ColorValue( "LightSalmon") |
RGBA( 255, 160, 122, 1 ) |
|
| Color. Itsaso-berde argia |
ColorValue( "#20b2aa") ColorValue( "itsas berde argia") |
RGBA( 32, 178, 170, 1 ) |
|
| Color. Zeru-urdin argia |
ColorValue( "#87cefa" ) ColorValue( "LightSkyBlue" ) |
RGBA( 135, 206, 250, 1 ) |
|
| Color. Arbel argiaGrisa |
ColorValue( "#778899" ) ColorValue( "LIGHTSLATEGRAY" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. Arbel-gris argia |
ColorValue( "#778899" ) ColorValue( "LightSlateGrey" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. Altzairu urdin argia |
ColorValue( "#b0c4de") ColorValue( "lightsteelblue" ) |
RGBA( 176, 196, 222, 1 ) |
|
| Color. Horia argia |
ColorValue( "#ffffe0") ColorValue( "LightYellow") |
RGBA( 255, 255, 224, 1 ) |
|
| Color. Limoia |
ColorValue( "#00ff00") ColorValue( "LIME" ) |
RGBA( 0, 255, 0, 1 ) |
|
| Color. Limoi berdea |
ColorValue( "#32cd32") ColorValue( "Limegreen" ) |
RGBA( 50, 205, 50, 1 ) |
|
| Color. Lihoa |
ColorValue( "#faf0e6") ColorValue( "lihoa") |
RGBA( 250, 240, 230, 1 ) |
|
| Color. Magenta |
ColorValue( "#ff00ff") ColorValue( "Magenta") |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Maroi marroia |
ColorValue( "#800000" ) ColorValue( "MAROON") |
RGBA( 128, 0, 0, 1 ) |
|
| Color. Akumarina ertaina |
ColorValue( "#66cdaa") ColorValue( "MediumAquamarine" ) |
RGBA( 102, 205, 170, 1 ) |
|
| Color. Urdin ertaina |
ColorValue( "#0000cd") ColorValue( "urdin ertaina") |
RGBA( 0, 0, 205, 1 ) |
|
| Color. Orkidea ertaina |
ColorValue( "#ba55d3") ColorValue( "Orkidea ertaina") |
RGBA( 186, 85, 211, 1 ) |
|
| Color. Morea ertaina |
ColorValue( "#9370db" ) ColorValue( "MEDIUMPURPLE") |
RGBA( 147, 112, 219, 1 ) |
|
| Color. Itsas berde ertaina |
ColorValue( "#3cb371") ColorValue( "MediumSeaGreen" ) |
RGBA( 60, 179, 113, 1 ) |
|
| Color. Arbel-urdin ertaina |
ColorValue( "#7b68ee" ) ColorValue( "Mediumslateblue" ) |
RGBA( 123, 104, 238, 1 ) |
|
| Color. Udaberriko berde ertaina |
ColorValue( "#00fa9a") ColorValue( "MediumSpringGreen" ) |
RGBA( 0, 250, 154, 1 ) |
|
| Color. Turkesa ertaina |
ColorValue( "#48d1cc" ) ColorValue( "MEDIUMTURQUOISE" ) |
RGBA( 72, 209, 204, 1 ) |
|
| Color. ErtainaMoreaGorria |
ColorValue( "#c71585") ColorValue( "MediumVioletRed") |
RGBA( 199, 21, 133, 1 ) |
|
| Color. Gauerdiko urdina |
ColorValue( "#191970" ) ColorValue( "Midnightblue" ) |
RGBA( 25, 25, 112, 1 ) |
|
| Color. Menta-krema |
ColorValue( "#f5fffa") ColorValue( "MintCream" ) |
RGBA( 245, 255, 250, 1 ) |
|
| Color. Arrosa lainotsua |
ColorValue( "#ffe4e1") ColorValue( "MISTYROSE" ) |
RGBA( 255, 228, 225, 1 ) |
|
| Color. Mokasina |
ColorValue( "#ffe4b5" ) ColorValue( "Mokasin") |
RGBA( 255, 228, 181, 1 ) |
|
| Color. Navajozuria |
ColorValue( "#ffdead") ColorValue( "Navajowhite" ) |
RGBA( 255, 222, 173, 1 ) |
|
| Color. Itsas armada |
ColorValue( "#000080" ) ColorValue( "Itsas Armada") |
RGBA( 0, 0, 128, 1 ) |
|
| Color. Antzinako lokarria |
ColorValue( "#fdf5e6") ColorValue( "OLDLACE" ) |
RGBA( 253, 245, 230, 1 ) |
|
| Color. Oliba |
ColorValue( "#808000" ) ColorValue( "Oliba") |
RGBA( 128, 128, 0, 1 ) |
|
| Color. OliveDrab |
ColorValue( "#6b8e23") ColorValue( "olivedrab") |
RGBA( 107, 142, 35, 1 ) |
|
| Color. Laranja |
ColorValue( "#ffa500") ColorValue( "Laranja") |
RGBA( 255, 165, 0, 1 ) |
|
| Color. Laranjagorria |
ColorValue( "#ff4500") ColorValue( "ORANGERED" ) |
RGBA( 255, 69, 0, 1 ) |
|
| Color. Orkidea |
ColorValue( "#da70d6" ) ColorValue( "Orchid") |
RGBA( 218, 112, 214, 1 ) |
|
| Color. Urrezko hagaxka zurbila |
ColorValue( "#eee8aa" ) ColorValue( "Palegoldenrod") |
RGBA( 238, 232, 170, 1 ) |
|
| Color. Berde zurbila |
ColorValue( "#98fb98") ColorValue( "Palegreen") |
RGBA( 152, 251, 152, 1 ) |
|
| Color. Turkesa zurbila |
ColorValue( "#afeeee" ) ColorValue( "PALETURQUOISE" ) |
RGBA( 175, 238, 238, 1 ) |
|
| Color. Violeta zurbilaGorria |
ColorValue( "#db7093") ColorValue( "PaleVioletRed") |
RGBA( 219, 112, 147, 1 ) |
|
| Color. PapayaWhip |
ColorValue( "#ffefd5") ColorValue( "papayawhip" ) |
RGBA( 255, 239, 213, 1 ) |
|
| Color. PeachPuff |
ColorValue( "#ffdab9" ) ColorValue( "PeachPuff") |
RGBA( 255, 218, 185, 1 ) |
|
| Color. Peru |
ColorValue( "#cd853f ") ColorValue( "PERU" ) |
RGBA( 205, 133, 63, 1 ) |
|
| Color. Arrosa |
ColorValue( "#ffc0cb" ) ColorValue( "Arrosa") |
RGBA( 255, 192, 203, 1 ) |
|
| Color. Arana |
ColorValue( "#dda0dd" ) ColorValue( "plum" ) |
RGBA( 221, 160, 221, 1 ) |
|
| Color. Hauts urdina |
ColorValue( "#b0e0e6 ) ColorValue( "PowderBlue" ) |
RGBA( 176, 224, 230, 1 ) |
|
| Color. Morea |
ColorValue( "#800080" ) ColorValue( "MOREA") |
RGBA( 128, 0, 128, 1 ) |
|
| Color. Gorria |
ColorValue( "#ff0000") ColorValue( "Gorria") |
RGBA( 255, 0, 0, 1 ) |
|
| Color. Marroi arrosa |
ColorValue( "#bc8f8f") ColorValue( "rosybrown" ) |
RGBA( 188, 143, 143, 1 ) |
|
| Color. Errege urdina |
ColorValue( "#4169e1") ColorValue( "RoyalBlue" ) |
RGBA( 65, 105, 225, 1 ) |
|
| Color. SaddleBrown |
ColorValue( "#8b4513" ) ColorValue( "SADDLEBROWN") |
RGBA( 139, 69, 19, 1 ) |
|
| Color. Izokina |
ColorValue( "#fa8072") ColorValue( "Izokina") |
RGBA( 250, 128, 114, 1 ) |
|
| Color. SandyBrown (en) |
ColorValue( "#f4a460") ColorValue( "sandybrown") |
RGBA( 244, 164, 96, 1 ) |
|
| Color. Itsaso-berdea |
ColorValue( "#2e8b57") ColorValue( "Itsasoa berdea") |
RGBA( 46, 139, 87, 1 ) |
|
| Color. Itsas maskorra |
ColorValue( "#fff5ee" ) ColorValue( "SEASHELL" ) |
RGBA( 255, 245, 238, 1 ) |
|
| Color. Siena |
ColorValue( "#a0522d") ColorValue( "Sienna") |
RGBA( 160, 82, 45, 1 ) |
|
| Color. Zilarra |
ColorValue( "#c0c0c0") ColorValue( "zilarra") |
RGBA( 192, 192, 192, 1 ) |
|
| Color. Zeru-urdina |
ColorValue( "#87ceeb") ColorValue( "SkyBlue" ) |
RGBA( 135, 206, 235, 1 ) |
|
| Color. Arbel-urdina |
ColorValue( "#6a5acd" ) ColorValue( "SLATEBLUE" ) |
RGBA( 106, 90, 205, 1 ) |
|
| Color. Arbel-grisa |
ColorValue( "#708090" ) ColorValue( "Slate Gray") |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Arbel-grisa |
ColorValue( "#708090" ) ColorValue( "slategrey") |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Elurra |
ColorValue( "#fffafa") ColorValue( "Elurra") |
RGBA( 255, 250, 250, 1 ) |
|
| Color. Udaberriko berdea |
ColorValue( "#00ff7f ") ColorValue( "SPRINGGREEN" ) |
RGBA( 0, 255, 127, 1 ) |
|
| Color. Altzairuzko urdina |
ColorValue("#4682b4") ColorValue( "SteelBlue" ) |
RGBA( 70, 130, 180, 1 ) |
|
| Color. Beltza |
ColorValue( "#d2b48c") ColorValue( "tan" ) |
RGBA( 210, 180, 140, 1 ) |
|
| Color. Teal |
ColorValue( "#008080" ) ColorValue( "Teal") |
RGBA( 0, 128, 128, 1 ) |
|
| Color. Thistle |
ColorValue( "#d8bfd8") ColorValue( "THISTLE") |
RGBA( 216, 191, 216, 1 ) |
|
| Color. Tomatea |
ColorValue( "#ff6347" ) ColorValue( "Tomato") |
RGBA( 255, 99, 71, 1 ) |
|
| Color. Gardena |
ColorValue( "#00000000" ) ColorValue( "Gardena") |
RGBA( 0, 0, 0, 0 ) |
|
| Color. Turkesa |
ColorValue( "#40e0d0" ) ColorValue( "turkesa" ) |
RGBA( 64, 224, 208, 1 ) |
|
| Color. Bioleta |
ColorValue( "#ee82ee" ) ColorValue( "Violet" ) |
RGBA( 238, 130, 238, 1 ) |
|
| Color. Garia |
ColorValue( "#f5deb3") ColorValue( "GARIA") |
RGBA( 245, 222, 179, 1 ) |
|
| Color. Zuria |
ColorValue( "#ffffff" ) ColorValue( "Zuria") |
RGBA( 255, 255, 255, 1 ) |
|
| Color. Kea zuria |
ColorValue( "#f5f5f5") ColorValue( "kea zuria") |
RGBA( 245, 245, 245, 1 ) |
|
| Color. Horia |
ColorValue( "#ffff00") ColorValue( "Horia") |
RGBA( 255, 255, 0, 1 ) |
|
| Color. Berde horia |
ColorValue( "#9acd32") ColorValue( "YELLOWGREEN" ) |
RGBA( 154, 205, 50, 1 ) |
|