Not
Bu sayfaya erişim yetkilendirme gerektiriyor. Oturum açmayı veya dizinleri değiştirmeyi deneyebilirsiniz.
Bu sayfaya erişim yetkilendirme gerektiriyor. Dizinleri değiştirmeyi deneyebilirsiniz.
| Functions | Şunlar için geçerlidir: |
|---|---|
| Color |
|
| ColorFade ColorValue |
|
| RGBA |
|
Yerleşik renk değerlerini kullanın, özel renkler tanımlayın ve saydamlığı denetlemek için alfa kanalını kullanın.
Not
PAC CLI pac power-fx komutları numaralandırmayı Color desteklemez.
Description
NUMARALANDıRMAyı Color kullanarak HTML'nin Basamaklı Stil Sayfaları (CSS) tarafından tanımlanan renklere erişin. Örneğin, Color. Kırmızı saf kırmızı döndürür. Bu makalenin sonunda bu renklerin listesi görüntülenir.
İşlev, ColorValue CSS renk dizesini temel alan bir renk döndürür. Dize şu biçimlerden herhangi birinde olabilir:
- CSS renk adı: "RoxyBrown" ve "OliveDrab" örneklerdir. Bu adlar boşluk içermez. Desteklenen renklerin listesi bu makalenin devamında görüntülenir.
- 6 basamaklı onaltılık değer: Örneğin, "#ffd700" , "Gold" ile aynıdır. Dize "#rrggbb" biçimini kullanır; burada rr iki onaltılık basamaktaki kırmızı bölümdür, gg yeşildir ve bb mavidir.
- 8 basamaklı onaltılık değer: Örneğin, "#ff7f5080" , 50% alfa kanalı olan "Mercan" ile aynıdır. Dize "#rrggbbaa" biçimini kullanır; burada rr, gg ve bb , 6 basamaklı formla aynıdır. Alfa kanalı aa ile temsil edilir: 00 tamamen saydam, ff ise tamamen opak anlamına gelir.
RGBA işlevi kırmızı, yeşil ve mavi bileşenleri temel alan bir renk döndürür. İşlev, önlerinde katmanlanmış denetimlerin renklerini karıştırmak için bir alfa kanalı da içerir. Alfa kanalı 0% veya 0% (tamamen saydam ve görünmez) ile 1% veya 100% arasında değişir (tamamen opaktır ve bir denetimin arkasındaki tüm katmanları tamamen engeller).
işlevi, ColorFade bir rengin daha parlak veya daha koyu bir sürümünü döndürür. Solma miktarı -1 (rengi siyaha tamamen koyulaştırır), 0'a (rengi etkilemez), 1'e (rengi beyaza tamamen aydınlatır) kadar değişir.
Alfa kanalı
Tuval uygulamasında denetimleri birbirleri önünde katmanlar ve denetimin saydamlığını arkasındaki denetimlere ayarlarsınız. Sonuç olarak, renkler katmanlar arasında karışır. Örneğin, bu diyagramda üç birincil rengin yüzde 50'lik bir alfa ayarıyla nasıl bir arada olduğu gösterilmektedir:
Ayrıca görüntüleri, alfa kanallarını destekleyen dosya biçimlerinde karıştırabilirsiniz. Örneğin, .jpeg dosyalarını karıştıramazsınız ancak .png dosyalarını karıştırabilirsiniz. Sonraki grafikte önceki örnekteki aynı kırmızı, yeşil ve mavi renkler gösterilir, ancak kırmızı renk yüzde 50 alfa kanalına sahip bir .png dosyasında dalgalı çizgi (daire yerine) olarak görünür:
Numaralandırma Color değeri belirtir veya renk adı veya 6 basamaklı onaltılık değer içeren bir formül oluşturursanız ColorValue , alfa ayarı yüzde 100 olur ve bu tam olarak opaktır.
Sözdizimi
Color. ColorName
- ColorName - Gerekli. Geçişli Stil Sayfası (CSS) renk adı. Olası numaralandırma değerlerinin listesi bu makalenin sonundadır.
ColorValue( CSSColor )
- CSSColor - Gerekli. Geçişli Stil Sayfası (CSS) renk tanımı. S name, OliveDralike a hex value, like #6b8e23 olikeffd420**. Onaltılık değerler #_rrggbb__usgormat kullanabilir. format
ColorValue( Dinamik )
- Dinamik - Gerekli. Basamaklı Stil Sayfası (CSS) renk tanımını temsil eden bir dizeye sahip Dinamik değer.
RGBA( Kırmızı, Yeşil, Mavi, Alfa )
- Kırmızı, Yeşil, Mavi - Gerekli. Color 0 (doygunluk yok) ile 255 (tam doygunluk) arasında değişen bileşen değerleri.
- Alfa - Gerekli. 0 (tamamen saydam) ile 1 (tamamen opak) arasında değişen alfa bileşeni. %0 ile %100 arasında bir yüzde de kullanabilirsiniz.
ColorFade( Color, FadeAmount )
- Color -Gerekli. gibi Colorbir renk değeri. Kırmızı veya veya RGBAçıkışıColorValue.
- FadeAmount - Gerekli. -1 ile 1 arasında bir sayı. -1, rengi siyaha kadar tamamen koyulaştırır; 0 rengi etkilemez ve 1, rengi beyaza kadar tamamen açar. -100% ile 100%arası bir yüzde de kullanabilirsiniz.
Yerleşik renkler
| Color sayım | ColorValue | RGBA | Color Swatch |
|---|---|---|---|
| Color. AliceBlue |
ColorValue( "#f0f8ff" ) ColorValue( "aliceblue" ) |
RGBA( 240, 248, 255, 1 ) |
|
| Color. Antik Beyaz |
ColorValue( "#faebd7" ) ColorValue( "AntiqueWhite" ) |
RGBA( 250, 235, 215, 1 ) |
|
| Color. Aqua |
ColorValue( "#00ffff" ) ColorValue( "AQUA" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Akuamarin |
ColorValue( "#7fffd4" ) ColorValue( "Aquamarine" ) |
RGBA( 127, 255, 212, 1 ) |
|
| Color. Gök mavisi |
ColorValue( "#f0ffff" ) ColorValue( "azure" ) |
RGBA( 240, 255, 255, 1 ) |
|
| Color. Bej |
ColorValue( "#f5f5dc" ) ColorValue( "Bej" ) |
RGBA( 245, 245, 220, 1 ) |
|
| Color. Bisküvi |
ColorValue( "#ffe4c4" ) ColorValue( "BISQUE" ) |
RGBA( 255, 228, 196, 1 ) |
|
| Color. Siyah |
ColorValue( "#000000" ) ColorValue( "Siyah" ) |
RGBA( 0, 0, 0, 1 ) |
|
| Color. BlanchedAlmond |
ColorValue( "#ffebcd" ) ColorValue( "blanchedalmond" ) |
RGBA( 255, 235, 205, 1 ) |
|
| Color. Mavi |
ColorValue( "#0000ff" ) ColorValue( "Mavi" ) |
RGBA( 0, 0, 255, 1 ) |
|
| Color. BlueViolet |
ColorValue( "#8a2be2" ) ColorValue( "BLUEVIOLET" ) |
RGBA( 138, 43, 226, 1 ) |
|
| Color. Kahverengi |
ColorValue( "#a52a2a" ) ColorValue( "Kahverengi" ) |
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. Çikolata |
ColorValue( "#d2691e" ) ColorValue( "Çikolata" ) |
RGBA( 210, 105, 30, 1 ) |
|
| Color. Mercan |
ColorValue( "#ff7f50" ) ColorValue( "mercan" ) |
RGBA( 255, 127, 80, 1 ) |
|
| Color. Mısır Çiçeği Mavisi |
ColorValue( "#6495ed" ) ColorValue( "CornflowerBlue" ) |
RGBA( 100, 149, 237, 1 ) |
|
| Color. Mısır tarlası |
ColorValue( "#fff8dc" ) ColorValue( "CORNSILK" ) |
RGBA( 255, 248, 220, 1 ) |
|
| Color. Al |
ColorValue( "#dc143c" ) ColorValue( "Crimson" ) |
RGBA( 220, 20, 60, 1 ) |
|
| Color. Camgöbeği |
ColorValue( "#00ffff" ) ColorValue( "cyan" ) |
RGBA( 0, 255, 255, 1 ) |
|
| Color. Koyu Mavi |
ColorValue( "#00008b" ) ColorValue( "DarkBlue" ) |
RGBA( 0, 0, 139, 1 ) |
|
| Color. Koyu Mavi |
ColorValue( "#008b8b" ) ColorValue( "DARKCYAN" ) |
RGBA( 0, 139, 139, 1 ) |
|
| Color. KoyuGoldenRod |
ColorValue( "#b8860b" ) ColorValue( "DarkGoldenRod" ) |
RGBA( 184, 134, 11, 1 ) |
|
| Color. Koyu Gri |
ColorValue( "#a9a9a9" ) ColorValue( "koyu gri" ) |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Koyu Yeşil |
ColorValue( "#006400" ) ColorValue( "Koyu Yeşil" ) |
RGBA( 0, 100, 0, 1 ) |
|
| Color. Koyu Yeşil |
ColorValue( "#a9a9a9" ) ColorValue( "DARKGREY" ) |
RGBA( 169, 169, 169, 1 ) |
|
| Color. Koyu Renkli |
ColorValue( "#bdb76b" ) ColorValue( "DarkKhaki" ) |
RGBA( 189, 183, 107, 1 ) |
|
| Color. Koyu Pembe |
ColorValue( "#8b008b" ) ColorValue( "darkmagenta" ) |
RGBA( 139, 0, 139, 1 ) |
|
| Color. DarkOliveGreen |
ColorValue( "#556b2f" ) ColorValue( "DarkOliveGreen" ) |
RGBA( 85, 107, 47, 1 ) |
|
| Color. KoyuOrange |
ColorValue( "#ff8c00" ) ColorValue( "DARKORANGE" ) |
RGBA( 255, 140, 0, 1 ) |
|
| Color. Koyu Mendil |
ColorValue( "#9932cc" ) ColorValue( "DarkOrchid" ) |
RGBA( 153, 50, 204, 1 ) |
|
| Color. Koyu Renkli |
ColorValue( "#8b0000" ) ColorValue( "darkred" ) |
RGBA( 139, 0, 0, 1 ) |
|
| Color. Koyu Somon |
ColorValue( "#e9967a" ) ColorValue( "DarkSalmon" ) |
RGBA( 233, 150, 122, 1 ) |
|
| Color. Koyu Yeşil |
ColorValue( "#8fbc8f" ) ColorValue( "DARKSEAGREEN" ) |
RGBA( 143, 188, 143, 1 ) |
|
| Color. Koyu Mavi |
ColorValue( "#483d8b" ) ColorValue( "DarkSlateBlue" ) |
RGBA( 72, 61, 139, 1 ) |
|
| Color. DarkSlateGray |
ColorValue( "#2f4f4f" ) ColorValue( "darkslategray" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Koyu Yeşil |
ColorValue( "#2f4f4f" ) ColorValue( "DarkSlateGrey" ) |
RGBA( 47, 79, 79, 1 ) |
|
| Color. Koyu Turkuaz |
ColorValue( "#00ced1" ) ColorValue( "DARKTURQUOISE" ) |
RGBA( 0, 206, 209, 1 ) |
|
| Color. Koyu Menekşe |
ColorValue( "#9400d3" ) ColorValue( "DarkViolet" ) |
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. DimGrey |
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. Çiçek Beyazı |
ColorValue( "#fffaf0" ) ColorValue( "FLORALWHITE" ) |
RGBA( 255, 250, 240, 1 ) |
|
| Color. Orman Yeşili |
ColorValue( "#228b22" ) ColorValue( "ForestGreen" ) |
RGBA( 34, 139, 34, 1 ) |
|
| Color. Fuşya |
ColorValue( "#ff00ff" ) ColorValue( "fuşya" ) |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Gainsboro |
ColorValue( "#dcdcdc" ) ColorValue( "Gainsboro" ) |
RGBA( 220, 220, 220, 1 ) |
|
| Color. GhostWhite |
ColorValue( "#f8f8ff" ) ColorValue( "GHOSTWHITE" ) |
RGBA( 248, 248, 255, 1 ) |
|
| Color. Altın |
ColorValue( "#ffd700" ) ColorValue( "Altın" ) |
RGBA( 255, 215, 0, 1 ) |
|
| Color. Goldenrod |
ColorValue( "#daa520" ) ColorValue( "goldenrod" ) |
RGBA( 218, 165, 32, 1 ) |
|
| Color. Gri |
ColorValue( "#808080" ) ColorValue( "Gri" ) |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Yeşil |
ColorValue( "#008000" ) ColorValue( "YEŞİl" ) |
RGBA( 0, 128, 0, 1 ) |
|
| Color. GreenYellow |
ColorValue( "#adff2f" ) ColorValue( "GreenYellow" ) |
RGBA( 173, 255, 47, 1 ) |
|
| Color. Gri |
ColorValue( "#808080" ) ColorValue( "gri" ) |
RGBA( 128, 128, 128, 1 ) |
|
| Color. Honeydew |
ColorValue( "#f0fff0" ) ColorValue( "Honeydew" ) |
RGBA( 240, 255, 240, 1 ) |
|
| Color. HotPink |
ColorValue( "#ff69b4" ) ColorValue( "HOTPINK" ) |
RGBA( 255, 105, 180, 1 ) |
|
| Color. IndianRed |
ColorValue( "#cd5c5c" ) ColorValue( "IndianRed" ) |
RGBA( 205, 92, 92, 1 ) |
|
| Color. İndigo |
ColorValue( "#4b0082" ) ColorValue( "indigo" ) |
RGBA( 75, 0, 130, 1 ) |
|
| Color. Fildişi |
ColorValue( "#fffff0" ) ColorValue( "Fildişi" ) |
RGBA( 255, 255, 240, 1 ) |
|
| Color. Haki |
ColorValue( "#f0e68c" ) ColorValue( "KHAKI" ) |
RGBA( 240, 230, 140, 1 ) |
|
| Color. Lavanta |
ColorValue( "#e6e6fa" ) ColorValue( "Lavanta" ) |
RGBA( 230, 230, 250, 1 ) |
|
| Color. LavenderBlush |
ColorValue( "#fff0f5" ) ColorValue( "lavenderblush" ) |
RGBA( 255, 240, 245, 1 ) |
|
| Color. LawnGreen |
ColorValue( "#7cfc00" ) ColorValue( "LawnGreen" ) |
RGBA( 124, 252, 0, 1 ) |
|
| Color. LemonChiffon |
ColorValue( "#fffacd" ) ColorValue( "LEMONCHIFFON" ) |
RGBA( 255, 250, 205, 1 ) |
|
| Color. Açık Mavi |
ColorValue( "#add8e6" ) ColorValue( "LightBlue" ) |
RGBA( 173, 216, 230, 1 ) |
|
| Color. LightCoral |
ColorValue( "#f08080" ) ColorValue( "lightcoral" ) |
RGBA( 240, 128, 128, 1 ) |
|
| Color. LightCyan |
ColorValue( "#e0ffff" ) ColorValue( "LightCyan" ) |
RGBA( 224, 255, 255, 1 ) |
|
| Color. LightGoldenRodYellow |
ColorValue( "#fafad2" ) ColorValue( "lightgoldenrodyellow" ) |
RGBA( 250, 250, 210, 1 ) |
|
| Color. LightGray |
ColorValue( "#d3d3d3" ) ColorValue( "LightGray" ) |
RGBA( 211, 211, 211, 1 ) |
|
| Color. Açık Yeşil |
ColorValue( "#90ee90" ) ColorValue( "açık yeşil" ) |
RGBA( 144, 238, 144, 1 ) |
|
| Color. Açık Yeşil |
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. LightSeaGreen |
ColorValue( "#20b2aa" ) ColorValue( "lightseagreen" ) |
RGBA( 32, 178, 170, 1 ) |
|
| Color. LightSkyBlue |
ColorValue( "#87cefa" ) ColorValue( "LightSkyBlue" ) |
RGBA( 135, 206, 250, 1 ) |
|
| Color. LightSlateGray |
ColorValue( "#778899" ) ColorValue( "LIGHTSLATEGRAY" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. LightSlateGrey |
ColorValue( "#778899" ) ColorValue( "LightSlateGrey" ) |
RGBA( 119, 136, 153, 1 ) |
|
| Color. LightSteelBlue |
ColorValue( "#b0c4de" ) ColorValue( "lightsteelblue" ) |
RGBA( 176, 196, 222, 1 ) |
|
| Color. LightYellow |
ColorValue( "#ffffe0" ) ColorValue( "LightYellow" ) |
RGBA( 255, 255, 224, 1 ) |
|
| Color. Kireç |
ColorValue( "#00ff00" ) ColorValue( "LIME" ) |
RGBA( 0, 255, 0, 1 ) |
|
| Color. LimeGreen |
ColorValue( "#32cd32" ) ColorValue( "LimeGreen" ) |
RGBA( 50, 205, 50, 1 ) |
|
| Color. Keten |
ColorValue( "#faf0e6" ) ColorValue( "kete" ) |
RGBA( 250, 240, 230, 1 ) |
|
| Color. Galibarda |
ColorValue( "#ff00ff" ) ColorValue( "Eflatun" ) |
RGBA( 255, 0, 255, 1 ) |
|
| Color. Bordo |
ColorValue( "#800000" ) ColorValue( "MAROON" ) |
RGBA( 128, 0, 0, 1 ) |
|
| Color. Orta Aquamarine |
ColorValue( "#66cdaa" ) ColorValue( "MediumAquamarine" ) |
RGBA( 102, 205, 170, 1 ) |
|
| Color. Orta Mavi |
ColorValue( "#0000cd" ) ColorValue( "orta boy" ) |
RGBA( 0, 0, 205, 1 ) |
|
| Color. MediumOrchid |
ColorValue( "#ba55d3" ) ColorValue( "MediumOrchid" ) |
RGBA( 186, 85, 211, 1 ) |
|
| Color. MediumPurple |
ColorValue( "#9370db" ) ColorValue( "MEDIUMPURPLE" ) |
RGBA( 147, 112, 219, 1 ) |
|
| Color. Orta Yeşil |
ColorValue( "#3cb371" ) ColorValue( "MediumSeaGreen" ) |
RGBA( 60, 179, 113, 1 ) |
|
| Color. Orta Boy Mavisi |
ColorValue( "#7b68ee" ) ColorValue( "mediumslateblue" ) |
RGBA( 123, 104, 238, 1 ) |
|
| Color. MediumSpringGreen |
ColorValue( "#00fa9a" ) ColorValue( "MediumSpringGreen" ) |
RGBA( 0, 250, 154, 1 ) |
|
| Color. Orta Turkuaz |
ColorValue( "#48d1cc" ) ColorValue( "MEDIUMTURQUOISE" ) |
RGBA( 72, 209, 204, 1 ) |
|
| Color. MediumVioletRed |
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. Moka -sen |
ColorValue( "#ffe4b5" ) ColorValue( "Moccasin" ) |
RGBA( 255, 228, 181, 1 ) |
|
| Color. NavajoWhite |
ColorValue( "#ffdead" ) ColorValue( "navajowhite" ) |
RGBA( 255, 222, 173, 1 ) |
|
| Color. Donanma |
ColorValue( "#000080" ) ColorValue( "Donanma" ) |
RGBA( 0, 0, 128, 1 ) |
|
| Color. OldLace |
ColorValue( "#fdf5e6" ) ColorValue( "OLDLACE" ) |
RGBA( 253, 245, 230, 1 ) |
|
| Color. Zeytin |
ColorValue( "#808000" ) ColorValue( "Zeytin" ) |
RGBA( 128, 128, 0, 1 ) |
|
| Color. OliveDrab |
ColorValue( "#6b8e23" ) ColorValue( "olivedrab" ) |
RGBA( 107, 142, 35, 1 ) |
|
| Color. Portakal |
ColorValue( "#ffa500" ) ColorValue( "Turuncu" ) |
RGBA( 255, 165, 0, 1 ) |
|
| Color. OrangeRed |
ColorValue( "#ff4500" ) ColorValue( "ORANGERED" ) |
RGBA( 255, 69, 0, 1 ) |
|
| Color. Orkide |
ColorValue( "#da70d6" ) ColorValue( "Orkide" ) |
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. PaleTurquoise |
ColorValue( "#afeeee" ) ColorValue( "PALETURQUOISE" ) |
RGBA( 175, 238, 238, 1 ) |
|
| Color. PaleVioletRed |
ColorValue( "#db7093" ) ColorValue( "PaleVioletRed" ) |
RGBA( 219, 112, 147, 1 ) |
|
| Color. PapayaWhip |
ColorValue( "#ffefd5" ) ColorValue( "papayawhip" ) |
RGBA( 255, 239, 213, 1 ) |
|
| Color. Şeftali Rengi |
ColorValue( "#ffdab9" ) ColorValue( "PeachPuff" ) |
RGBA( 255, 218, 185, 1 ) |
|
| Color. Peru |
ColorValue( "#cd853f" ) ColorValue( "PERU" ) |
RGBA( 205, 133, 63, 1 ) |
|
| Color. Pembe |
ColorValue( "#ffc0cb" ) ColorValue( "Pembe" ) |
RGBA( 255, 192, 203, 1 ) |
|
| Color. Erik |
ColorValue( "#dda0dd" ) ColorValue( "erik" ) |
RGBA( 221, 160, 221, 1 ) |
|
| Color. Toz Mavisi |
ColorValue( "#b0e0e6" ) ColorValue( "PowderBlue" ) |
RGBA( 176, 224, 230, 1 ) |
|
| Color. Mor |
ColorValue( "#800080" ) ColorValue( "MOR" ) |
RGBA( 128, 0, 128, 1 ) |
|
| Color. Kırmızı |
ColorValue( "#ff0000" ) ColorValue( "Kırmızı" ) |
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. SaddleBrown |
ColorValue( "#8b4513" ) ColorValue( "SADDLEBROWN" ) |
RGBA( 139, 69, 19, 1 ) |
|
| Color. Somon |
ColorValue( "#fa8072" ) ColorValue( "Somon" ) |
RGBA( 250, 128, 114, 1 ) |
|
| Color. SandyBrown |
ColorValue( "#f4a460" ) ColorValue( "sandybrown" ) |
RGBA( 244, 164, 96, 1 ) |
|
| Color. Deniz Yeşili |
ColorValue( "#2e8b57" ) ColorValue( "SeaGreen" ) |
RGBA( 46, 139, 87, 1 ) |
|
| Color. Kabuk |
ColorValue( "#fff5ee" ) ColorValue( "SEASHELL" ) |
RGBA( 255, 245, 238, 1 ) |
|
| Color. Sienna |
ColorValue( "#a0522d" ) ColorValue( "Sienna" ) |
RGBA( 160, 82, 45, 1 ) |
|
| Color. Gümüş |
ColorValue( "#c0c0c0" ) ColorValue( "silver" ) |
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. SlateGrey |
ColorValue( "#708090" ) ColorValue( "kayrak yeşili" ) |
RGBA( 112, 128, 144, 1 ) |
|
| Color. Kar |
ColorValue( "#fffafa" ) ColorValue( "Kar" ) |
RGBA( 255, 250, 250, 1 ) |
|
| Color. SpringGreen |
ColorValue( "#00ff7f" ) ColorValue( "SPRINGGREEN" ) |
RGBA( 0, 255, 127, 1 ) |
|
| Color. Çelik Mavisi |
ColorValue( "#4682b4" ) ColorValue( "SteelBlue" ) |
RGBA( 70, 130, 180, 1 ) |
|
| Color. Taba rengi |
ColorValue( "#d2b48c" ) ColorValue( "tan" ) |
RGBA( 210, 180, 140, 1 ) |
|
| Color. Çamurcun |
ColorValue( "#008080" ) ColorValue( "Teal" ) |
RGBA( 0, 128, 128, 1 ) |
|
| Color. Devedikeni |
ColorValue( "#d8bfd8" ) ColorValue( "THISTLE" ) |
RGBA( 216, 191, 216, 1 ) |
|
| Color. Domates |
ColorValue( "#ff6347" ) ColorValue( "Domates" ) |
RGBA( 255, 99, 71, 1 ) |
|
| Color. Saydam |
ColorValue( "#00000000" ) ColorValue( "Saydam" ) |
RGBA( 0, 0, 0, 0 ) |
|
| Color. Turkuaz |
ColorValue( "#40e0d0" ) ColorValue( "turkuaz" ) |
RGBA( 64, 224, 208, 1 ) |
|
| Color. Menekşe |
ColorValue( "#ee82ee" ) ColorValue( "Menekşe" ) |
RGBA( 238, 130, 238, 1 ) |
|
| Color. Buğday |
ColorValue( "#f5deb3" ) ColorValue( "BUĞDAY" ) |
RGBA( 245, 222, 179, 1 ) |
|
| Color. Beyaz |
ColorValue( "#ffffff" ) ColorValue( "Beyaz" ) |
RGBA( 255, 255, 255, 1 ) |
|
| Color. Beyaz Duman |
ColorValue( "#f5f5f5" ) ColorValue( "whitesmoke" ) |
RGBA( 245, 245, 245, 1 ) |
|
| Color. Sarı |
ColorValue( "#ffff00" ) ColorValue( "Sarı" ) |
RGBA( 255, 255, 0, 1 ) |
|
| Color. Sarı Yeşil |
ColorValue( "#9acd32" ) ColorValue( "YELLOWGREEN" ) |
RGBA( 154, 205, 50, 1 ) |
|