Color-opplisting og funksjonene ColorFade, ColorValue og RGBA
Gjelder for: Lerretsapper Modelldrevne apper Power Pages Power Platform CLI
Bruk innebygde fargeverdier, definer egendefinerte farger, og bruk alfakanalen.
Merk
PAC CLI pac power-fx-kommandoer støtter ikke fargeopplistingen .
Description
Ved å bruke Farge-nummereringen kan du enkelt få tilgang til fargene som defineres av HTML-ens CSS-ark (CSS). For eksempel: Color.Red returnerer en ren rødfarge. Du kan finne en liste over disse fargene på slutten av dette emnet.
ColorValue-funksjonen returnerer en farge basert på en fargestreng CSS. Strengen kan ha et av disse formatene:
- CSS fargenavn:"RoxyBrown" og "OliveDrab" er eksempler. Disse navnene inneholder ikke mellomrom. Listen over støttede farger vises senere i dette emnet.
- 6-sifret hex-verdi: Som et eksempel "#ffd700" er det samme som "Gull". Strengen er i formatet "#rrggbb" der rr er den røde delen i to heksadesimale sifre, gg er den grønne og bb er den blå verdien.
- 8-sifret hex-verdi: Som et eksempel, "#ff7f5080" er det samme som "Coral" med en 50 % alfakanal. Strengen er i formatet "#rrggbbaa" der rr, gg og bb er identiske med skjemaet på 6 sifre. Alfakanalen er representert av aa: 00 representerer fullt gjennomsiktig, og ff representerer fullt ugjennomsiktig.
RGBA-funksjonen returnerer en farge basert på røde, grønne og blå fargekomponenter. Funksjonen inneholder også en alfakanal for blanding av farger for kontroller som ligger lagvis foran hverandre. En alfakanal varierer fra 0 eller 0 % (som er fullstendig gjennomsiktig og usynlig) til 1 eller 100 % (som er helt ugjennomsiktig og blokkerer lagene fullstendig bak en kontroll).
ColorFade-funksjonen returnerer en lysere eller mørkere versjon av en farge. Mengden toning varierer fra -1 (som gjør fargen fullstendig mørk og svart) til 0 (som ikke har noen innvirkning på fargen) til 1 (som gjør fargen fullstendig hvit).
Alfakanal
I en lerretsapp kan du legge kontroller foran hverandre, og angi gjennomsiktigheten for en kontroll til eventuelle kontroller som er bak den. Dette fører til at fargene blandes gjennom lagene. Dette diagrammet viser for eksempel hvordan de tre primærfargene blandes med en alfainnstilling på 50 %:
Du kan også blande bilder i filformater som støtter alfakanaler. Du kan for eksempel ikke blande JPEG-filer, men du kan blande PNG-filer. Den neste grafikken viser samme rød, grønn og blå farge fra det forrige eksemplet, men den røde fargen vises som en krusedull (i stedet for en sirkel) i en PNG-fil med en 50 % alfakanal:
Hvis du angir en Color-opplistingsverdi eller bygger en ColorValue-formel med et fargenavn eller en heksadesimal verdi med 6 sifre, er alfainnstillingen 100 %, som er helt ugjennomsiktig.
Syntaks
Farge.Fargenavn
- ColorName – Obligatorisk. Et fargenavn for gjennomgripende stilark (CSS). Listen over mulige opplistingsverdier vises på slutten av dette emnet.
ColorValue( CSSColor )
- CSSColor - Påkrevd. En fargedefinisjon for gjennomgripende stilark (CSS). Du kan angi enten et navn, for eksempel OliveDrab, eller en hex-verdi, for eksempel #6b8e23 eller #7fffd420. Heksadesimale verdier kan ha formatet #rrggbb eller #rrggbbaa.
ColorValue( Ikke skrevet )
- Uskrevet – Obligatorisk. Et objekt uten type som inneholder en streng som representerer fargedefinisjon av et overlappende stilark (CSS).
RGBA (rød, grønn, blå, alfa)
- Rød, Grønn, Blå - Påkrevd. Fargekomponentverdier fra 0 (ingen fargemetning) til 255 (full fargemetning).
- Alfa - Påkrevd. Alpha-komponent som strekker seg fra 0 (helt gjennomsiktig) til 1 (helt ugjennomsiktig). Du kan også bruke en prosentandel, fra 0 til 100 %.
ColorFade( Farge; FadeAmount )
- Farge - Påkrevd. En fargeverdi, for eksempel Color.Red, eller utdataene fra ColorValue eller RGBA.
- FadeAmount – obligatorisk. Et tall mellom -1 og 1. -1 gjør en farge fullstendig svart, 0 har ingen innvirkning på fargen og 1 gjør en farge fullstendig hvit. Du kan også bruke en prosentandel fra -100 % til 100 %.
Innebygde farger
Color-opplisting | ColorValue | RGBA | Fargekart |
---|---|---|---|
Farge.AliceBlue | ColorValue( "#f0f8ff" ) ColorValue( "aliceblue" ) |
RGBA( 240, 248, 255, 1 ) | |
Farge.AntiqueWhite | ColorValue( "#faebd7" ) ColorValue( "AntiqueWhite" ) |
RGBA( 250, 235, 215, 1 ) | |
Farge.Aqua | ColorValue( "#00ffff") ColorValue( "AQUA" ) |
RGBA( 0, 255, 255, 1 ) | |
Farge.Akvamarin | ColorValue( "#7fffd4" ) ColorValue( "Aquamarine" ) |
RGBA( 127, 255, 212, 1 ) | |
Color.Azure | ColorValue( "#f0ffff" ) ColorValue( "asurblå" ) |
RGBA( 240, 255, 255, 1 ) | |
Farge.Beige | ColorValue( "#f5f5dc" ) ColorValue( "Beige" ) |
RGBA( 245, 245, 220, 1 ) | |
Farge.Bisque | ColorValue( "#ffe4c4" ) ColorValue( "BISQUE" ) |
RGBA( 255, 228, 196, 1 ) | |
Farge.Svart | ColorValue( "#000000" ) ColorValue( "Svart" ) |
RGBA( 0, 0, 0, 1 ) | |
Farge.BlanchedMandel | ColorValue( "#ffebcd") ColorValue( "blanchedalmond") |
RGBA( 255, 235, 205, 1 ) | |
Farge.Blå | ColorValue( "#0000ff") ColorValue( "Blå" ) |
RGBA( 0, 0, 255, 1 ) | |
Farge.BlueViolet | ColorValue( "#8a2be2" ) ColorValue( "BLUEVIOLET" ) |
RGBA( 138, 43, 226, 1 ) | |
Farge.Brun | ColorValue( "#a52a2a") ColorValue( "Brun" ) |
RGBA( 165, 42, 42, 1 ) | |
Farge.Burlywood | ColorValue( "#deb887" ) ColorValue( "burlywood") |
RGBA( 222, 184, 135, 1 ) | |
Farge.CadetBlue | ColorValue( "#5f9ea0" ) ColorValue( "CadetBlue" ) |
RGBA( 95, 158, 160, 1 ) | |
Farge.Chartreuse | ColorValue( "#7fff00" ) ColorValue( "CHARTREUSE") |
RGBA( 127, 255, 0, 1 ) | |
Farge.Sjokolade | ColorValue( "#d2691e") ColorValue( "Sjokolade") |
RGBA( 210, 105, 30, 1 ) | |
Farge.Korall | ColorValue( "#ff7f50" ) ColorValue( "korall" ) |
RGBA( 255, 127, 80, 1 ) | |
Farge.CornflowerBlue | ColorValue( "#6495ed" ) ColorValue( "CornflowerBlue" ) |
RGBA( 100, 149, 237, 1 ) | |
Farge.Cornsilk | ColorValue( "#fff8dc" ) ColorValue( "CORNSILK" ) |
RGBA( 255, 248, 220, 1 ) | |
Farge.Crimson | ColorValue( "#dc143c" ) ColorValue( "Crimson" ) |
RGBA ( 220, 20, 60, 1 ) | |
Farge.Cyan | ColorValue( "#00ffff") ColorValue( "cyan" ) |
RGBA( 0, 255, 255, 1 ) | |
Farge.Mørkeblå | ColorValue( "#00008b") ColorValue( "Mørkeblå" ) |
RGBA( 0, 0, 139, 1 ) | |
Farge.DarkCyan | ColorValue( "#008b8b" ) ColorValue( "DARKCYAN" ) |
RGBA( 0, 139, 139, 1 ) | |
Farge.DarkGoldenRod | ColorValue( "#b8860b") ColorValue( "DarkGoldenRod" ) |
RGBA( 184, 134, 11, 1 ) | |
Farge.DarkGrey | ColorValue( "#a9a9a9" ) ColorValue( "mørkegrå" ) |
RGBA( 169, 169, 169, 1 ) | |
Farge.Mørkegrønn | ColorValue( "#006400" ) ColorValue( "DarkGreen" ) |
RGBA( 0, 100, 0, 1 ) | |
Farge.DarkGrey | ColorValue( "#a9a9a9" ) ColorValue( "DARKGREY" ) |
RGBA( 169, 169, 169, 1 ) | |
Farge.DarkKhaki | ColorValue( "#bdb76b") ColorValue( "DarkKhaki" ) |
RGBA( 189, 183, 107, 1 ) | |
Farge.MørkMagenta | ColorValue( "#8b008b") ColorValue( "darkmagenta" ) |
RGBA( 139, 0, 139, 1 ) | |
Farge.DarkOliveGreen | ColorValue( "#556b2f") ColorValue( "DarkOliveGreen" ) |
RGBA( 85, 107, 47, 1 ) | |
Farge.Mørkoransje | ColorValue( "#ff8c00" ) ColorValue( "MØRKORANSJE" ) |
RGBA( 255, 140, 0, 1 ) | |
Farge.DarkOrchid | ColorValue( "#9932cc" ) ColorValue( "DarkOrchid" ) |
RGBA( 153, 50, 204, 1 ) | |
Farge.DarkRed | ColorValue( "#8b0000") ColorValue( "mørkerød" ) |
RGBA( 139, 0, 0, 1 ) | |
Farge.DarkSalmon | ColorValue( "#e9967a" ) ColorValue( "DarkSalmon" ) |
RGBA( 233, 150, 122, 1 ) | |
Farge.DarkSeaGreen | ColorValue( "#8fbc8f" ) ColorValue( "DARKSEAGREEN" ) |
RGBA( 143, 188, 143, 1 ) | |
Farge.DarkSlateBlue | ColorValue( "#483d8b") ColorValue( "DarkSlateBlue" ) |
RGBA( 72, 61, 139, 1 ) | |
Farge.DarkSlateGrey | ColorValue( "#2f4f4f" ) ColorValue( "darkslategrey" ) |
RGBA( 47, 79, 79, 1 ) | |
Farge.DarkSlateGrey | ColorValue( "#2f4f4f" ) ColorValue( "DarkSlateGrey" ) |
RGBA( 47, 79, 79, 1 ) | |
Farge.Mørkturkis | ColorValue( "#00ced1") ColorValue( "DARKTURQUOISE" ) |
RGBA( 0, 206, 209, 1 ) | |
Farge.DarkViolet | ColorValue( "#9400d3") ColorValue( "DarkViolet" ) |
RGBA( 148, 0, 211, 1 ) | |
Farge.DeepPink | ColorValue( "#ff1493" ) ColorValue( "dyprosa" ) |
RGBA( 255, 20, 147, 1 ) | |
Farge.DeepSkyBlue | ColorValue( "#00bfff" ) ColorValue( "DeepSkyBlue" ) |
RGBA( 0, 191, 255, 1 ) | |
Farge.DimGrey | ColorValue( "#696969" ) ColorValue( "DIMGRAY" ) |
RGBA( 105, 105, 105, 1 ) | |
Farge.DimGrey | ColorValue( "#696969" ) ColorValue( "DimGrey" ) |
RGBA( 105, 105, 105, 1 ) | |
Farge.DodgerBlue | ColorValue( "#1e90ff") ColorValue( "dodgerblue" ) |
RGBA( 30, 144, 255, 1 ) | |
Farge.FireBrick | ColorValue( "#b22222") ColorValue( "FireBrick" ) |
RGBA( 178, 34, 34, 1 ) | |
Farge.Blomsterhvit | ColorValue( "#fffaf0" ) ColorValue( "FLORALWHITE" ) |
RGBA( 255, 250, 240, 1 ) | |
Farge.SkogGrønn | ColorValue( "#228b22") ColorValue( "ForestGreen" ) |
RGBA( 34, 139, 34, 1 ) | |
Farge.Fuchsia | ColorValue( "#ff00ff") ColorValue( "fuchsia" ) |
RGBA( 255, 0, 255, 1 ) | |
Farge.Gainsboro | ColorValue( "#dcdcdc" ) ColorValue( "Gainsboro" ) |
RGBA( 220, 220, 220, 1 ) | |
Farge.GhostWhite | ColorValue( "#f8f8ff" ) ColorValue( "GHOSTWHITE" ) |
RGBA( 248, 248, 255, 1 ) | |
Farge.Gull | ColorValue( "#ffd700") ColorValue( "Gull" ) |
RGBA( 255, 215, 0, 1 ) | |
Farge.GoldenRod | ColorValue( "#daa520" ) ColorValue( "gullris" ) |
RGBA( 218, 165, 32, 1 ) | |
Farge.Grå | ColorValue( "#808080" ) ColorValue( "Grå" ) |
RGBA( 128, 128, 128, 1 ) | |
Farge.Grønn | ColorValue( "#008000" ) ColorValue( "GRØNN") |
RGBA( 0, 128, 0, 1 ) | |
Farge.GrønnGul | ColorValue( "#adff2f" ) ColorValue( "GreenYellow" ) |
RGBA( 173, 255, 47, 1 ) | |
Farge.Grå | ColorValue( "#808080" ) ColorValue( "grå") |
RGBA( 128, 128, 128, 1 ) | |
Farge.Honningdugg | ColorValue( "#f0fff0") ColorValue( "Honeydew" ) |
RGBA( 240, 255, 240, 1 ) | |
Farge.HotPink | ColorValue( "#ff69b4" ) ColorValue( "HOTPINK" ) |
RGBA( 255, 105, 180, 1 ) | |
Farge.IndiskRød | ColorValue( "#cd5c5c" ) ColorValue( "IndianRed" ) |
RGBA( 205, 92, 92, 1 ) | |
Farge.Indigo | ColorValue( "#4b0082" ) ColorValue( "indigo" ) |
RGBA( 75, 0, 130, 1 ) | |
Farge.Elfenben | ColorValue( "#fffff0" ) ColorValue( "Elfenben" ) |
RGBA( 255, 255, 240, 1 ) | |
Farge.Khaki | ColorValue( "#f0e68c" ) ColorValue( "KHAKI" ) |
RGBA( 240, 230, 140, 1 ) | |
Farge.Lavendel | ColorValue( "#e6e6fa" ) ColorValue( "Lavendel" ) |
RGBA ( 230, 230, 250, 1 ) | |
Farge.LavendelBlush | ColorValue( "#fff0f5" ) ColorValue( "lavendelrødme") |
RGBA( 255, 240, 245, 1 ) | |
Farge.Plengrønn | ColorValue( "#7cfc00") ColorValue( "LawnGreen" ) |
RGBA( 124, 252, 0, 1 ) | |
Farge.LemonChiffon | ColorValue( "#fffacd" ) ColorValue( "LEMONCHIFFON" ) |
RGBA( 255, 250, 205, 1 ) | |
Farge.Lyseblå | ColorValue( "#add8e6" ) ColorValue( "Lyseblå" ) |
RGBA( 173, 216, 230, 1 ) | |
Farge.LightCoral | ColorValue( "#f08080" ) ColorValue( "lightcoral" ) |
RGBA( 240, 128, 128, 1 ) | |
Farge.LightCyan | ColorValue( "#e0ffff" ) ColorValue( "LightCyan" ) |
RGBA( 224, 255, 255, 1 ) | |
Farge.LightGoldenRodYellow | ColorValue( "#fafad2" ) ColorValue( "lightgoldenrodyellow") |
RGBA( 250, 250, 210, 1 ) | |
Farge.Lysegrå | ColorValue( "#d3d3d3" ) ColorValue( "Lysegrå" ) |
RGBA( 211, 211, 211, 1 ) | |
Farge.Lysegrønn | ColorValue( "#90ee90") ColorValue( "lysegrønn") |
RGBA( 144, 238, 144, 1 ) | |
Farge.Lysegrå | ColorValue( "#d3d3d3" ) ColorValue( "Lysegrå" ) |
RGBA( 211, 211, 211, 1 ) | |
Farge.Lys Rosa | ColorValue( "#ffb6c1") ColorValue( "LIGHTPINK" ) |
RGBA( 255, 182, 193, 1 ) | |
Farge.LightSalmon | ColorValue( "#ffa07a" ) ColorValue( "LightSalmon" ) |
RGBA( 255, 160, 122, 1 ) | |
Farge.LightSeaGreen | ColorValue( "#20b2aa") ColorValue( "lightseagreen" ) |
RGBA( 32, 178, 170, 1 ) | |
Farge.LightSkyBlue | ColorValue( "#87cefa") ColorValue( "LightSkyBlue" ) |
RGBA( 135, 206, 250, 1 ) | |
Farge.Lysskifergrå | ColorValue( "#778899" ) ColorValue( "LIGHTSLATEGREY" ) |
RGBA( 119, 136, 153, 1 ) | |
Farge.Lysskifergrå | ColorValue( "#778899" ) ColorValue( "LightSlateGrey" ) |
RGBA( 119, 136, 153, 1 ) | |
Farge.LightSteelBlue | ColorValue( "#b0c4de") ColorValue( "lightsteelblue" ) |
RGBA( 176, 196, 222, 1 ) | |
Farge.Lysegul | ColorValue( "#ffffe0" ) ColorValue( "Lysegul" ) |
RGBA( 255, 255, 224, 1 ) | |
Farge.Lime | ColorValue( "#00ff00") ColorValue( "LIME" ) |
RGBA( 0, 255, 0, 1 ) | |
Farge.LimeGreen | ColorValue( "#32cd32" ) ColorValue( "LimeGreen" ) |
RGBA( 50, 205, 50, 1 ) | |
Farge.Sengetøy | ColorValue( "#faf0e6" ) ColorValue( "lin") |
RGBA( 250, 240, 230, 1 ) | |
Farge.Magenta | ColorValue( "#ff00ff") ColorValue( "Magenta" ) |
RGBA( 255, 0, 255, 1 ) | |
Farge.Rødbrun | ColorValue( "#800000" ) ColorValue( "MAROON" ) |
RGBA( 128, 0, 0, 1 ) | |
Farge.MediumAkvamarin | ColorValue( "#66cdaa") ColorValue( "MediumAquamarine" ) |
RGBA( 102, 205, 170, 1 ) | |
Farge.MediumBlue | ColorValue( "#0000cd") ColorValue( "mediumblue" ) |
RGBA( 0, 0, 205, 1 ) | |
Farge.MediumOrchid | ColorValue( "#ba55d3" ) ColorValue( "MediumOrchid" ) |
RGBA( 186, 85, 211, 1 ) | |
Farge.MediumLilla | ColorValue( "#9370db") ColorValue( "MEDIUMLILLA" ) |
RGBA( 147, 112, 219, 1 ) | |
Farge.MediumSeaGreen | ColorValue( "#3cb371") ColorValue( "MediumSeaGreen" ) |
RGBA( 60, 179, 113, 1 ) | |
Farge.MediumSkiferblå | ColorValue( "#7b68ee" ) ColorValue( "mediumslateblue") |
RGBA( 123, 104, 238, 1 ) | |
Farge.MediumSpringGreen | ColorValue( "#00fa9a" ) ColorValue( "MediumSpringGreen" ) |
RGBA( 0, 250, 154, 1 ) | |
Farge.MediumTurkis | ColorValue( "#48d1cc" ) ColorValue( "MIDDELS TURKIS" ) |
RGBA( 72, 209, 204, 1 ) | |
Farge.MediumFiolettRød | ColorValue( "#c71585" ) ColorValue( "MediumVioletRed" ) |
RGBA( 199, 21, 133, 1 ) | |
Farge.MidnightBlue | ColorValue( "#191970" ) ColorValue( "midnattsblå" ) |
RGBA( 25, 25, 112, 1 ) | |
Farge.MintCream | ColorValue( "#f5fffa") ColorValue( "MintCream" ) |
RGBA( 245, 255, 250, 1 ) | |
Farge.MistyRose | ColorValue( "#ffe4e1" ) ColorValue( "MISTYROSE" ) |
RGBA( 255, 228, 225, 1 ) | |
Farge.Mokkasin | ColorValue( "#ffe4b5" ) ColorValue( "Mokkasin" ) |
RGBA( 255, 228, 181, 1 ) | |
Farge.NavajoHvit | ColorValue( "#ffdead" ) ColorValue( "navajowhite" ) |
RGBA( 255, 222, 173, 1 ) | |
Farge.Navy | ColorValue( "#000080" ) ColorValue( "Navy" ) |
RGBA( 0, 0, 128, 1 ) | |
Farge.OldLace | ColorValue( "#fdf5e6") ColorValue( "OLDLACE" ) |
RGBA( 253, 245, 230, 1 ) | |
Farge.Oliven | ColorValue( "#808000" ) ColorValue( "Oliven" ) |
RGBA( 128, 128, 0, 1 ) | |
Farge.OliveDrab | ColorValue( "#6b8e23" ) ColorValue( "olivedrab") |
RGBA( 107, 142, 35, 1 ) | |
Farge.Oransje | ColorValue( "#ffa500" ) ColorValue( "Oransje" ) |
RGBA( 255, 165, 0, 1 ) | |
Farge.Oransjerød | ColorValue( "#ff4500") ColorValue( "ORANSJERØD" ) |
RGBA( 255, 69, 0, 1 ) | |
Farge.Orkidé | ColorValue( "#da70d6") ColorValue( "Orkidé" ) |
RGBA( 218, 112, 214, 1 ) | |
Farge.PaleGoldenRod | ColorValue( "#eee8aa" ) ColorValue( "palegoldenrod" ) |
RGBA( 238, 232, 170, 1 ) | |
Farge.PaleGreen | ColorValue( "#98fb98") ColorValue( "PaleGreen" ) |
RGBA( 152, 251, 152, 1 ) | |
Farge.PaleTurkis | ColorValue( "#afeeee" ) ColorValue( "PALETURQUOISE" ) |
RGBA( 175, 238, 238, 1 ) | |
Farge.PaleVioletRød | ColorValue( "#db7093") ColorValue( "PaleVioletRed" ) |
RGBA( 219, 112, 147, 1 ) | |
Farge.PapayaWhip | ColorValue( "#ffefd5" ) ColorValue( "papayawhip" ) |
RGBA( 255, 239, 213, 1 ) | |
Farge.PeachPuff | ColorValue( "#ffdab9") ColorValue( "PeachPuff" ) |
RGBA( 255, 218, 185, 1 ) | |
Farge.Peru | ColorValue( "#cd853f" ) ColorValue( "PERU" ) |
RGBA( 205, 133, 63, 1 ) | |
Farge.Rosa | ColorValue( "#ffc0cb") ColorValue( "Rosa" ) |
RGBA( 255, 192, 203, 1 ) | |
Farge.Plomme | ColorValue( "#dda0dd" ) ColorValue( "plomme") |
RGBA( 221, 160, 221, 1 ) | |
Farge.PowderBlue | ColorValue( "#b0e0e6" ) ColorValue( "PowderBlue" ) |
RGBA( 176, 224, 230, 1 ) | |
Farge.Lilla | ColorValue( "#800080" ) ColorValue( "LILLA" ) |
RGBA( 128, 0, 128, 1 ) | |
Farge.Rød | ColorValue( "#ff0000") ColorValue( "Rød" ) |
RGBA( 255, 0, 0, 1 ) | |
Farge.RosyBrown | ColorValue( "#bc8f8f" ) ColorValue( "rosybrown" ) |
RGBA( 188, 143, 143, 1 ) | |
Farge.RoyalBlue | ColorValue( "#4169e1" ) ColorValue( "RoyalBlue" ) |
RGBA( 65, 105, 225, 1 ) | |
Farge.SaddleBrown | ColorValue( "#8b4513" ) ColorValue( "SADDLEBROWN" ) |
RGBA( 139, 69, 19, 1 ) | |
Farge.Laks | ColorValue( "#fa8072" ) ColorValue( "Laks") |
RGBA( 250, 128, 114, 1 ) | |
Farge.SandyBrown | ColorValue( "#f4a460" ) ColorValue( "sandybrown" ) |
RGBA( 244, 164, 96, 1 ) | |
Farge.SeaGreen | ColorValue( "#2e8b57" ) ColorValue( "SeaGreen" ) |
RGBA( 46, 139, 87, 1 ) | |
Farge.SeaShell | ColorValue( "#fff5ee" ) ColorValue( "SEASHELL" ) |
RGBA( 255, 245, 238, 1 ) | |
Farge.Sienna | ColorValue( "#a0522d") ColorValue( "Sienna" ) |
RGBA( 160, 82, 45, 1 ) | |
Farge.Sølv | ColorValue( "#c0c0c0" ) ColorValue( "sølv" ) |
RGBA( 192, 192, 192, 1 ) | |
Farge.SkyBlue | ColorValue( "#87ceeb") ColorValue( "SkyBlue" ) |
RGBA( 135, 206, 235, 1 ) | |
Farge.Skiferblå | ColorValue( "#6a5acd") ColorValue( "SLATEBLUE" ) |
RGBA( 106, 90, 205, 1 ) | |
Farge.Skifergrå | ColorValue( "#708090" ) ColorValue( "SlateGrey" ) |
RGBA( 112, 128, 144, 1 ) | |
Farge.Skifergrå | ColorValue( "#708090" ) ColorValue( "skifergrå") |
RGBA( 112, 128, 144, 1 ) | |
Farge.Snø | ColorValue( "#fffafa" ) ColorValue( "Snø" ) |
RGBA( 255, 250, 250, 1 ) | |
Farge.SpringGreen | ColorValue( "#00ff7f" ) ColorValue( "SPRINGGREEN" ) |
RGBA( 0, 255, 127, 1 ) | |
Farge.SteelBlue | ColorValue( "#4682b4") ColorValue( "SteelBlue" ) |
RGBA( 70, 130, 180, 1 ) | |
Farge.Brun | ColorValue( "#d2b48c" ) ColorValue( "brun" ) |
RGBA( 210, 180, 140, 1 ) | |
Farge.Blågrønn | ColorValue( "#008080" ) ColorValue( "Blågrønn") |
RGBA( 0, 128, 128, 1 ) | |
Farge.Tistel | ColorValue( "#d8bfd8" ) ColorValue( "THISTLE" ) |
RGBA( 216, 191, 216, 1 ) | |
Farge.Tomat | ColorValue( "#ff6347") ColorValue( "Tomat" ) |
RGBA( 255, 99, 71, 1 ) | |
Farge.Gjennomsiktig | ColorValue( "#00000000" ) ColorValue( "Gjennomsiktig" ) |
RGBA( 0, 0, 0, 0 ) | |
Farge.Turkis | ColorValue( "#40e0d0" ) ColorValue( "turkis") |
RGBA( 64, 224, 208, 1 ) | |
Farge.Fiolett | ColorValue( "#ee82ee" ) ColorValue( "Fiolett" ) |
RGBA( 238, 130, 238, 1 ) | |
Farge.Hvete | ColorValue( "#f5deb3" ) ColorValue( "HVETE") |
RGBA( 245, 222, 179, 1 ) | |
Farge.Hvit | ColorValue( "#ffffff") ColorValue( "Hvit" ) |
RGBA( 255, 255, 255, 1 ) | |
Farge.WhiteSmoke | ColorValue( "#f5f5f5" ) ColorValue( "whitesmoke" ) |
RGBA( 245, 245, 245, 1 ) | |
Farge.Gul | ColorValue( "#ffff00") ColorValue( "Gul" ) |
RGBA( 255, 255, 0, 1 ) | |
Farge.Gulgrønn | ColorValue( "#9acd32" ) ColorValue( "YELLOWGREEN" ) |
RGBA( 154, 205, 50, 1 ) |