Κοινή χρήση μέσω


Απαρίθμηση Color και συναρτήσεις ColorFade, ColorValue και RGBA

Ισχύει για: Εφαρμογές καμβά Εφαρμογές Power Pages Power Platform βάσει μοντέλου CLI

Χρησιμοποιήστε ενσωματωμένες τιμές χρωμάτων, καθορίστε προσαρμοσμένα χρώματα και χρησιμοποιήστε το κανάλι άλφα.

Σημείωμα

PAC CLI pac power-fx εντολές δεν υποστηρίζουν την απαρίθμηση χρωμάτων .

Description

Με τη χρήση της απαρίθμησης Χρώμα, μπορείτε εύκολα να αποκτήσετε πρόσβαση στα χρώματα που καθορίζονται από τα επικαλυπτόμενα φύλλα στυλ (CSS) του HTML. Για παράδειγμα, η Color.Red επιστρέφει καθαρό κόκκινο. Μπορείτε να βρείτε μια λίστα από αυτά τα χρώματα στο τέλος αυτού του θέματος.

Η συνάρτηση ColorValue επιστρέφει ένα χρώμα με βάση μια συμβολοσειρά χρώματος σε ένα CSS. Η συμβολοσειρά μπορεί να λάβει οποιαδήποτε από αυτές τις φόρμες:

  • CSS όνομα χρώματος: "RoxyBrown" και "OliveDrab" είναι παραδείγματα. Αυτά τα ονόματα δεν περιλαμβάνουν κενά διαστήματα. Η λίστα των χρωμάτων που υποστηρίζονται εμφανίζεται αργότερα σε αυτό το θέμα.
  • 6ψήφια δεκαεξαδική τιμή: Για παράδειγμα "#ffd700" είναι το ίδιο με το "Gold". Η συμβολοσειρά είναι με τη μορφή "#rrggbb" όπου rr είναι η κόκκινη μερίδα σε δύο δεκαεξαδικά ψηφία, gg είναι το πράσινο, και bb είναι το μπλε.
  • 8ψήφια δεκαεξαδική τιμή: Για παράδειγμα,το "#ff7f5080" είναι το ίδιο με το "Coral" με κανάλι άλφα 50%. Η συμβολοσειρά είναι με τη μορφή "#rrggbbaa" όπου τα rr, gg και bb είναι ίδια με την 6-ψήφια μορφή. Το κανάλι άλφα αντιπροσωπεύεται από το aa: το 00 αντιπροσωπεύει το πλήρως διαφανές και το ff αντιπροσωπεύει το πλήρως αδιαφανές.

Η συνάρτηση RGBA επιστρέφει ένα χρώμα με βάση τις συνιστώσες κόκκινο, πράσινο και μπλε. Η συνάρτηση περιλαμβάνει επίσης ένα κανάλι άλφα για την ανάμειξη χρωμάτων στοιχείων ελέγχου που βρίσκονται σε στρώσεις μπροστά η μία από την άλλη. Ένα κανάλι άλφα κυμαίνεται από 0 ή 0%,( το οποίο είναι πλήρως διαφανές και αόρατο) έως 1 ή 100% (το οποίο είναι πλήρως αδιαφανές και αποκλείει τελείως οποιαδήποτε επίπεδα πίσω από ένα στοιχείο ελέγχου).

Η συνάρτηση ColorFade επιστρέφει μια πιο ανοιχτή ή πιο σκούρα έκδοση ενός χρώματος. Το μέγεθος του σβησίματος κυμαίνεται από -1 (τιμή η οποία σκουραίνει πλήρως το χρώμα σε μαύρο) έως 0 (που δεν επηρεάζει το χρώμα) και έως 1 (που φωτίζει πλήρως το χρώμα σε λευκό).

Κανάλι άλφα

Σε μια εφαρμογή καμβά, μπορείτε να εγκαθιστάτε τα στοιχεία ελέγχου μεταξύ τους και να καθορίζετε τη διαφάνεια ενός στοιχείου ελέγχου σε όλα τα στοιχεία ελέγχου που βρίσκονται πίσω από αυτό. Ως εκ τούτου, τα χρώματα θα αναμειχθούν μέσω των επιπέδων. Για παράδειγμα, αυτό το διάγραμμα δείχνει τον τρόπο με τον οποίο τα τρία κύρια χρώματα αναμιγνύονται με μια ρύθμιση άλφα 50%:

Τρία βασικά χρώματα με ρύθμιση άλφα 50%.

Μπορείτε, επίσης, να συνδυάσετε εικόνες σε μορφές αρχείων που υποστηρίζουν κανάλια άλφα. Για παράδειγμα, δεν μπορείτε να συνδυάσετε αρχεία .jpeg, αλλά μπορείτε να συνδυάσετε αρχεία .png. Στο επόμενο γραφικό εμφανίζονται τα ίδια κόκκινα, πράσινα και μπλε χρώματα στο προηγούμενο παράδειγμα, αλλά το κόκκινο χρώμα εμφανίζεται ως μουτζούρα (αντί για κύκλο) σε ένα αρχείο .png με ένα κανάλι άλφα 50%:

Κόκκινη μουτζούρα με μια ρύθμιση άλφα 50% μπροστά από γαλάζιους και πράσινους κύκλους.

Εάν καθορίσετε μια τιμή απαρίθμησης Χρώμα ή δημιουργήσετε έναν τύπο ColorValue με ένα όνομα χρώματος ή μια δεκαεξαδική τιμή 6 ψηφίων, η ρύθμιση άλφα είναι 100%, η οποία είναι πλήρως αδιαφανής.

Σύνταξη

Χρώμα.Όνομα_χρώματος

  • ColorName - Απαιτείται. Ένα όνομα χρώματος φύλλου στυλ με επικάλυψη (CSS). Η λίστα με τις πιθανές τιμές απαρίθμησης εμφανίζεται στο τέλος αυτού του θέματος.

ColorValue ( CSSColor )

  • CSSColor - απαιτείται. Ένας ορισμός χρώματος φύλλου στυλ με επικάλυψη (CSS). Μπορείτε να καθορίσετε είτε ένα όνομα, όπως το OliveDrab είτε μια δεκαεξαδική τιμή, όπως #6b8e23 ή #7fffd420. Οι δεκαεξαδικές τιμές μπορεί να έχουν τη μορφή είτε του #rrggbb είτε του #rrggbbaa.

ColorValue( Χωρίς πληκτρολόγηση )

  • Χωρίς πληκτρολόγηση - Απαιτείται. Ένα μη πληκτρολογημένο αντικείμενο που περιέχει μια συμβολοσειρά που αναπαριστά έναν ορισμό χρώματος φύλλου στυλ με επικάλυψη (CSS).

RGBA ( κόκκινος, πράσινος, μπλε, άλφα )

  • Κόκκινο, πράσινο, μπλε - απαιτείται. Οι τιμές των συνιστωσών χρώματος, που κυμαίνονται από 0 (καθόλου κορεσμός) έως 255 (πλήρης κορεσμός).
  • Άλφα - Απαιτείται. Η συνιστώσα Alpha, που κυμαίνεται από 0 (πλήρως διαφανές) έως 1 (πλήρως αδιαφανές). Μπορείτε επίσης να χρησιμοποιήσετε ένα ποσοστό, 0 έως 100%.

ColorFade( Χρώμα;FadeAmount )

  • Χρώμα - απαιτείται. Μια τιμή χρώματος όπως Color.Red ή το αποτέλεσμα της συνάρτησης ColorValue ή RGBA.
  • FadeAmount - Απαιτείται. Ένας αριθμός μεταξύ -1 και 1. Η τιμή -1 σκουραίνει πλήρως το χρώμα σε μαύρο, η τιμή 0 δεν επηρεάζει το χρώμα και η τιμή 1 φωτίζει πλήρως το χρώμα σε λευκό. Μπορείτε επίσης να χρησιμοποιήσετε ένα ποσοστό από -100 έως 100%.

Ενσωματωμένα χρώματα

Απαρίθμηση Color ColorValue RGBA Δείγμα χρώματος
Χρώμα.AliceBlue ColorValue ( "#f0f8ff")
ColorValue ( "Αλίκημπλε")
RGBA ( 240, 248, 255, 1 ) aliceblue.
Χρώμα.AntiqueWhite ColorValue ( "#faebd7")
ColorValue ( "AntiqueWhite")
RGBA ( 250, 235, 215, 1 ) antiquewhite.
Χρώμα.Aqua ColorValue ( "#00ffff")
ColorValue ( "AQUA" )
RGBA ( 0, 255, 255, 1 ) aqua.
Χρώμα.Ακουαμαρίνα ColorValue ( "#7fffd4")
ColorValue ( "Ακουαμαρίνα")
RGBA ( 127, 255, 212, 1 ) aquamarine.
Χρώμα.Azure ColorValue ( "#f0ffff")
ColorValue( "azure" )
RGBA ( 240, 255, 255, 1 ) azure.
Χρώμα.Μπεζ ColorValue ( "#f5f5dc")
ColorValue ( "Μπεζ")
RGBA ( 245, 245, 220, 1 ) μπεζ.
Χρώμα.Bisque ColorValue ( "#ffe4c4")
ColorValue ( "BISQUE")
RGBA ( 255, 228, 196, 1 ) bisque.
Χρώμα.Μαύρο ColorValue ( "#000000" )
ColorValue ( "Μαύρο" )
RGBA ( 0, 0, 0, 1 ) μαύρο.
Χρώμα.BlanchedΑμύγδαλο ColorValue ( "#ffebcd")
ColorValue ( "blanchedalmond")
RGBA ( 255, 235, 205, 1 ) blanchedalmond.
Χρώμα.Μπλε ColorValue ( "#0000ff")
ColorValue ( "Μπλε")
RGBA ( 0, 0, 255, 1 ) μπλε.
Χρώμα.ΜπλεΒιολετί ColorValue ( "#8a2be2")
ColorValue ( "ΜΠΛΕΒΙΟΛΕΤΙ")
RGBA ( 138, 43, 226, 1 ) μοβ.
Χρώμα.Καφέ ColorValue ( "#a52a2a")
ColorValue ( "Καφέ")
RGBA ( 165, 42, 42, 1 ) καφέ.
Χρώμα.Burlywood ColorValue ( "#deb887")
ColorValue ( "burlywood" )
RGBA ( 222, 184, 135, 1 ) burlywood.
Χρώμα.CadetBlue ColorValue ( "#5f9ea0")
ColorValue ( "CadetBlue")
RGBA ( 95, 158, 160, 1 ) cadetblue.
Χρώμα.Chartreuse ColorValue ( "#7fff00")
ColorValue ( "CHARTREUSE")
RGBA ( 127, 255, 0, 1 ) chartreuse.
Χρώμα.Σοκολάτα ColorValue ( "#d2691e")
ColorValue ( "Σοκολάτα")
RGBA ( 210, 105, 30, 1 ) σοκολάτα.
Χρώμα.Κοράλλι ColorValue ( "#ff7f50")
ColorValue ( "κοράλλι" )
RGBA ( 255, 127, 80, 1 ) κοράλ.
Χρώμα.CornflowerBlue ColorValue ( "#6495ed")
ColorValue ( "Μπλε αραβοσίτου")
RGBA ( 100, 149, 237, 1 ) cornflowerblue.
Color.Cornsilk ColorValue ( "#fff8dc")
ColorValue ( "CORNSILK")
RGBA ( 255, 248, 220, 1 ) cornsilk.
Χρώμα.Πορφυρό ColorValue ( "#dc143c")
ColorValue ( "Βυσσινί")
RGBA ( 220, 20, 60, 1 ) crimson.
Χρώμα.Κυανό ColorValue ( "#00ffff")
ColorValue ( "κυανό")
RGBA ( 0, 255, 255, 1 ) κυανό.
Χρώμα.Σκούρο μπλε ColorValue ( "#00008b")
ColorValue ( "Σκούρο μπλε")
RGBA ( 0, 0, 139, 1 ) σκούρο μπλε.
Χρώμα.DarkCyan ColorValue ( "#008b8b")
ColorValue ( "DARKCYAN" )
RGBA ( 0, 139, 139, 1 ) σκούρο κυανό.
Χρώμα.DarkGoldenRod ColorValue ( "#b8860b")
ColorValue ( "DarkGoldenRod" )
RGBA ( 184, 134, 11, 1 ) darkgoldenrod.
Χρώμα.Σκούρο γκρι ColorValue ( "#a9a9a9")
ColorValue ( "σκούρο γκρι")
RGBA ( 169, 169, 169, 1 ) darkgray.
Χρώμα.Σκούρο πράσινο ColorValue ( "#006400" )
ColorValue ( "Σκούρο πράσινο")
RGBA ( 0, 100, 0, 1 ) darkgreen.
Χρώμα.DarkGrey ColorValue ( "#a9a9a9")
ColorValue ( "DARKGREY")
RGBA ( 169, 169, 169, 1 ) darkgrey.
Χρώμα.DarkKhaki ColorValue ( "#bdb76b")
ColorValue ( "DarkKhaki" )
RGBA ( 189, 183, 107, 1 ) darkkhaki.
Χρώμα.DarkMagenta ColorValue ( "#8b008b")
ColorValue ( "darkmagenta")
RGBA ( 139, 0, 139, 1 ) darkmagenta.
Χρώμα.DarkOliveGreen ColorValue ( "#556b2f")
ColorValue ( "DarkOliveGreen")
RGBA ( 85, 107, 47, 1 ) darkolivegreen.
Χρώμα.DarkOrange ColorValue ( "#ff8c00")
ColorValue ( "DARKORANGE")
RGBA ( 255, 140, 0, 1 ) darkorange.
Χρώμα.DarkOrchid ColorValue ( "#9932cc")
ColorValue ( "DarkOrchid")
RGBA ( 153, 50, 204, 1 ) darkorchid.
Χρώμα.DarkRed ColorValue ( "#8b0000")
ColorValue ( "σκούρο κόκκινο")
RGBA ( 139, 0, 0, 1 ) darkred.
Χρώμα.DarkSalmon ColorValue ( "#e9967a")
ColorValue ( "DarkSalmon" )
RGBA ( 233, 150, 122, 1 ) darksalmon.
Χρώμα.DarkSeaGreen ColorValue ( "#8fbc8f")
ColorValue ( "DARKSEAGREEN")
RGBA ( 143, 188, 143, 1 ) darkseagreen.
Χρώμα.DarkSlateBlue ColorValue ( "#483d8b")
ColorValue ( "DarkSlateBlue")
RGBA ( 72, 61, 139, 1 ) darkslateblue.
Χρώμα.DarkSlateGray ColorValue ( "#2f4f4f")
ColorValue ( "σκούρο γκρι" )
RGBA ( 47, 79, 79, 1 ) darkslategray.
Χρώμα.DarkSlateGrey ColorValue ( "#2f4f4f")
ColorValue ( "DarkSlateGrey")
RGBA ( 47, 79, 79, 1 ) darkslategrey.
Χρώμα.DarkΤυρκουάζ ColorValue ( "#00ced1")
ColorValue ( "DARKTURQUOISE" )
RGBA ( 0, 206, 209, 1 ) darkturquoise.
Χρώμα.DarkViolet ColorValue ( "#9400d3")
ColorValue ( "DarkViolet")
RGBA ( 148, 0, 211, 1 ) darkviolet.
Χρώμα.Βαθύ ροζ ColorValue ( "#ff1493")
ColorValue ( "βαθύ ροζ")
RGBA ( 255, 20, 147, 1 ) deeppink.
Χρώμα.DeepSkyBlue ColorValue ( "#00bfff")
ColorValue ( "DeepSkyBlue")
RGBA ( 0, 191, 255, 1 ) deepskyblue.
Χρώμα.DimGray ColorValue ( "#696969" )
ColorValue ( "DIMGRAY")
RGBA ( 105, 105, 105, 1 ) dimgray.
Χρώμα.DimGrey ColorValue ( "#696969" )
ColorValue ( "DimGrey")
RGBA ( 105, 105, 105, 1 ) dimgrey.
Χρώμα.DodgerBlue ColorValue( "#1e90ff")
ColorValue ( "dodgerblue")
RGBA ( 30, 144, 255, 1 ) dodgerblue.
Color.FireBrick ColorValue ( "#b22222")
ColorValue ( "FireBrick" )
RGBA ( 178, 34, 34, 1 ) firebrick.
Χρώμα.FloralWhite ColorValue ( "#fffaf0")
ColorValue ( "FLORALWHITE" )
RGBA ( 255, 250, 240, 1 ) floralwhite.
Χρώμα.ForestGreen ColorValue ( "#228b22")
ColorValue ( "Πράσινο δάσος")
RGBA ( 34, 139, 34, 1 ) forestgreen.
Χρώμα.Φούξια ColorValue ( "#ff00ff")
ColorValue ( "φούξια")
RGBA ( 255, 0, 255, 1 ) fuchsia.
Χρώμα.Gainsboro ColorValue ( "#dcdcdc")
ColorValue ( "Gainsboro")
RGBA ( 220, 220, 220, 1 ) gainsboro.
Χρώμα.GhostWhite ColorValue ( "#f8f8ff")
ColorValue ( "GHOSTWHITE")
RGBA ( 248, 248, 255, 1 ) ghostwhite.
Χρώμα.Χρυσό ColorValue ( "#ffd700")
ColorValue ( "Χρυσός")
RGBA ( 255, 215, 0, 1 ) χρυσό.
Χρώμα.GoldenRod ColorValue ( "#daa520")
ColorValue ( "χρυσόβροχο")
RGBA ( 218, 165, 32, 1 ) goldenrod.
Χρώμα.Γκρι ColorValue ( "#808080" )
ColorValue ( "Γκρι")
RGBA ( 128, 128, 128, 1 ) γκρι.
Χρώμα.Πράσινο ColorValue ( "#008000" )
ColorValue ( "ΠΡΑΣΙΝΟ")
RGBA ( 0, 128, 0, 1 ) πράσινο.
Χρώμα.GreenYellow ColorValue ( "#adff2f")
ColorValue ( "ΠράσινοΚίτρινο" )
RGBA ( 173, 255, 47, 1 ) greenyellow.
Χρώμα.Γκρι ColorValue ( "#808080" )
ColorValue ( "γκρι")
RGBA ( 128, 128, 128, 1 ) γκρι.
Χρώμα.Honeydew ColorValue ( "#f0fff0")
ColorValue ( "Μελίτωμα" )
RGBA ( 240, 255, 240, 1 ) honeydew.
Χρώμα.HotPink ColorValue ( "#ff69b4")
ColorValue ( "HOTPINK")
RGBA ( 255, 105, 180, 1 ) hotpink.
Χρώμα.ΙνδικόςΚόκκινο ColorValue ( "#cd5c5c")
ColorValue ( "IndianRed")
RGBA ( 205, 92, 92, 1 ) indianred.
Χρώμα.Λουλακί ColorValue ( "#4b0082")
ColorValue ( "λουλάκι")
RGBA ( 75, 0, 130, 1 ) λουλακί.
Χρώμα.Ελεφαντόδοντο ColorValue ( "#fffff0")
ColorValue ( "Ελεφαντόδοντο")
RGBA ( 255, 255, 240, 1 ) ivory.
Χρώμα.Χακί ColorValue ( "#f0e68c")
ColorValue ( "ΧΑΚΙ")
RGBA ( 240, 230, 140, 1 ) khaki.
Χρώμα.Λεβάντα ColorValue ( "#e6e6fa")
ColorValue ( "Λεβάντα")
RGBA ( 230, 230, 250, 1 ) λεβάντα.
Color.LavenderΡουζ ColorValue ( "#fff0f5")
ColorValue ( "λεβάντα" )
RGBA ( 255, 240, 245, 1 ) lavenderblush.
Χρώμα.ΓκαζόνΠράσινο ColorValue ( "#7cfc00")
ColorValue ( "Γκαζόν" )
RGBA ( 124, 252, 0, 1 ) lawngreen.
Χρώμα.ΛεμόνιΣιφόν ColorValue ( "#fffacd")
ColorValue ( "ΛΕΜΟΝΟΣΙΦΌΝ")
RGBA ( 255, 250, 205, 1 ) lemonchiffon.
Χρώμα.Γαλάζιο ColorValue ( "#add8e6")
ColorValue ( "Γαλάζιο")
RGBA ( 173, 216, 230, 1 ) lightblue.
Χρώμα.ΦωςΚοράλλι ColorValue ( "#f08080")
ColorValue ( "lightcoral" )
RGBA ( 240, 128, 128, 1 ) lightcoral.
Color.LightCyan ColorValue ( "#e0ffff")
ColorValue ( "LightCyan")
RGBA ( 224, 255, 255, 1 ) lightcyan.
Color.LightGoldenRodYellow ColorValue ( "#fafad2")
ColorValue ( "lightgoldenrodyellow" )
RGBA ( 250, 250, 210, 1 ) lightgoldenrodyellow.
Χρώμα.Ανοιχτό γκρι ColorValue ( "#d3d3d3")
ColorValue ( "Ανοιχτό γκρι")
RGBA ( 211, 211, 211, 1 ) lightgray.
Χρώμα.LightGreen ColorValue ( "#90ee90")
ColorValue ( "ανοιχτό πράσινο")
RGBA ( 144, 238, 144, 1 ) lightgreen.
Χρώμα.LightGrey ColorValue ( "#d3d3d3")
ColorValue ( "LightGrey")
RGBA ( 211, 211, 211, 1 ) lightgrey.
Χρώμα.LightPink ColorValue ( "#ffb6c1")
ColorValue ( "ΑΝΟΙΧΤΌ ΡΟΖ")
RGBA ( 255, 182, 193, 1 ) lightpink.
Χρώμα.ΦωςΣολομός ColorValue ( "#ffa07a")
ColorValue ( "LightSalmon")
RGBA ( 255, 160, 122, 1 ) lightsalmon.
Color.LightSeaGreen ColorValue ( "#20b2aa")
ColorValue ( "lightseagreen")
RGBA ( 32, 178, 170, 1 ) lightseagreen.
Χρώμα.LightSkyBlue ColorValue ( "#87cefa")
ColorValue ( "LightSkyBlue")
RGBA ( 135, 206, 250, 1 ) lightskyblue.
Χρώμα.LightSlateGray ColorValue ( "#778899" )
ColorValue ( "LIGHTSLATEGRAY" )
RGBA ( 119, 136, 153, 1 ) lightslategray.
Χρώμα.LightSlateGrey ColorValue ( "#778899" )
ColorValue ( "LightSlateGrey" )
RGBA ( 119, 136, 153, 1 ) lightslategrey.
Χρώμα.LightSteelBlue ColorValue ( "#b0c4de")
ColorValue ( "lightsteelblue")
RGBA ( 176, 196, 222, 1 ) lightsteelblue.
Χρώμα.Ανοικτόκίτρινο ColorValue ( "#ffffe0")
ColorValue ( "Ανοικτό κίτρινο")
RGBA ( 255, 255, 224, 1 ) lightyellow.
Χρώμα.Ασβέστη ColorValue ( "#00ff00")
ColorValue ( "ΑΣΒΕΣΤΗ")
RGBA ( 0, 255, 0, 1 ) λαχανί.
Χρώμα.LimeGreen ColorValue ( "#32cd32")
ColorValue ( "LimeGreen")
RGBA ( 50, 205, 50, 1 ) limegreen.
Χρώμα.Λινό ColorValue ( "#faf0e6")
ColorValue ( "λινό")
RGBA ( 250, 240, 230, 1 ) linen.
Χρώμα.Ματζέντα ColorValue ( "#ff00ff")
ColorValue ( "Ματζέντα")
RGBA ( 255, 0, 255, 1 ) magenta.
Χρώμα.Καφέ ColorValue ( "#800000" )
ColorValue ( "MAROON")
RGBA ( 128, 0, 0, 1 ) maroon.
Χρώμα.ΜεσαίοΑκουαμαρίνα ColorValue ( "#66cdaa")
ColorValue ( "MediumAquamarine")
RGBA ( 102, 205, 170, 1 ) mediumaquamarine.
Χρώμα.MediumBlue ColorValue ( "#0000cd")
ColorValue ( "μεσαίο μπλε")
RGBA ( 0, 0, 205, 1 ) mediumblue.
Χρώμα.ΜεσαίοΟρχιδέα ColorValue ( "#ba55d3")
ColorValue ( "MediumOrchid")
RGBA ( 186, 85, 211, 1 ) mediumorchid.
Χρώμα.ΜεσαίοΜωβ ColorValue ( "#9370db")
ColorValue ( "MEDIUMPURPLE" )
RGBA ( 147, 112, 219, 1 ) mediumpurple.
Χρώμα.MediumSeaGreen ColorValue ( "#3cb371")
ColorValue ( "MediumSeaGreen")
RGBA ( 60, 179, 113, 1 ) mediumseagreen.
Χρώμα.MediumSlateBlue ColorValue ( "#7b68ee")
ColorValue ( "mediumslateblue")
RGBA ( 123, 104, 238, 1 ) mediumslateblue.
Χρώμα.MediumSpringGreen ColorValue ( "#00fa9a")
ColorValue ( "MediumSpringGreen")
RGBA ( 0, 250, 154, 1 ) mediumspringgreen.
Χρώμα.ΜεσαίοΤυρκουάζ ColorValue ( "#48d1cc")
ColorValue ( "MEDIUMTURQUOISE" )
RGBA ( 72, 209, 204, 1 ) mediumturquoise.
Χρώμα.ΜεσαίοΒιολετίΚόκκινο ColorValue ( "#c71585")
ColorValue ( "MediumVioletRed")
RGBA ( 199, 21, 133, 1 ) mediumvioletred.
Χρώμα.ΜεσάνυχταΜπλε ColorValue ( "#191970")
ColorValue ( "μπλε μεσάνυχτα")
RGBA ( 25, 25, 112, 1 ) midnightblue.
Χρώμα.ΜένταΚρέμα ColorValue ( "#f5fffa")
ColorValue ( "MintCream" )
RGBA ( 245, 255, 250, 1 ) mintcream.
Χρώμα.MistyRose ColorValue ( "#ffe4e1")
ColorValue ( "MISTYROSE" )
RGBA ( 255, 228, 225, 1 ) mistyrose.
Χρώμα.Μοκασίνη ColorValue ( "#ffe4b5")
ColorValue ( "Μοκασίν")
RGBA ( 255, 228, 181, 1 ) moccasin.
Color.NavajoΛευκό ColorValue ( "#ffdead")
ColorValue ( "navajowhite")
RGBA ( 255, 222, 173, 1 ) navajowhite.
Χρώμα.Ναυτικό ColorValue ( "#000080" )
ColorValue ( "Ναυτικό")
RGBA ( 0, 0, 128, 1 ) navy.
Χρώμα.OldLace ColorValue( "#fdf5e6")
ColorValue ( "OLDLACE")
RGBA ( 253, 245, 230, 1 ) oldlace.
Χρώμα.Λαδί ColorValue ( "#808000" )
ColorValue ( "Ελιά")
RGBA ( 128, 128, 0, 1 ) olive.
Χρώμα.ΕλιάΜονότονο ColorValue ( "#6b8e23" )
ColorValue ( "olivedrab")
RGBA ( 107, 142, 35, 1 ) olivedrab.
Χρώμα.Πορτοκαλί ColorValue ( "#ffa500")
ColorValue ( "Πορτοκαλί")
RGBA ( 255, 165, 0, 1 ) πορτοκαλί.
Χρώμα.ΠορτοκαλίΚόκκινο ColorValue ( "#ff4500")
ColorValue ( "ORANGERED")
RGBA ( 255, 69, 0, 1 ) orangered.
Χρώμα.Ορχιδέα ColorValue ( "#da70d6")
ColorValue ( "Ορχιδέα")
RGBA ( 218, 112, 214, 1 ) orchid.
Χρώμα.PaleGoldenRod ColorValue ( "#eee8aa")
ColorValue ( "palegoldenrod" )
RGBA ( 238, 232, 170, 1 ) palegoldenrod.
Χρώμα.PaleGreen ColorValue ( "#98fb98")
ColorValue ( "Ανοιχτό πράσινο")
RGBA ( 152, 251, 152, 1 ) palegreen.
Χρώμα.PaleTurquoise ColorValue ( "#afeeee")
ColorValue ( "ΠΑΛΑΙΤΥΡΚΟΥΑΖ" )
RGBA ( 175, 238, 238, 1 ) paleturquoise.
Χρώμα.PaleVioletRed ColorValue ( "#db7093")
ColorValue ( "PaleVioletRed")
RGBA ( 219, 112, 147, 1 ) palevioletred.
Χρώμα.PapayaWhip ColorValue ( "#ffefd5")
ColorValue ( "papayawhip")
RGBA ( 255, 239, 213, 1 ) papayawhip.
Χρώμα.ΡοδάκινοPuff ColorValue ( "#ffdab9")
ColorValue ( "Ροδάκινο" )
RGBA ( 255, 218, 185, 1 ) peachpuff.
Color.Peru ColorValue ( "#cd853f")
ColorValue ( "PERU")
RGBA ( 205, 133, 63, 1 ) Περού.
Χρώμα.Ροζ ColorValue ( "#ffc0cb")
ColorValue ( "ροζ")
RGBA ( 255, 192, 203, 1 ) ροζ.
Χρώμα.Δαμάσκηνο ColorValue ( "#dda0dd")
ColorValue (δαμάσκηνο)
RGBA ( 221, 160, 221, 1 ) δαμασκηνί.
Color.PowderBlue ColorValue ( "#b0e0e6")
ColorValue ( "PowderBlue")
RGBA ( 176, 224, 230, 1 ) powderblue.
Χρώμα.Μωβ ColorValue ( "#800080" )
ColorValue ( "ΜΩΒ" )
RGBA ( 128, 0, 128, 1 ) μοβ.
Χρώμα.Κόκκινο ColorValue ( "#ff0000")
ColorValue ( "Κόκκινο")
RGBA ( 255, 0, 0, 1 ) κόκκινο.
Χρώμα.RosyBrown ColorValue ( "#bc8f8f")
ColorValue ( "ρόδινο καφέ")
RGBA ( 188, 143, 143, 1 ) rosybrown.
Χρώμα.RoyalBlue ColorValue ( "#4169e1")
ColorValue ( "RoyalBlue")
RGBA ( 65, 105, 225, 1 ) royalblue.
Color.SaddleBrown ColorValue ( "#8b4513")
ColorValue ( "SADDLEBROWN")
RGBA ( 139, 69, 19, 1 ) saddlebrown.
Color.Salmon ColorValue ( "#fa8072")
ColorValue ( "Σολομός")
RGBA ( 250, 128, 114, 1 ) σολομός.
Χρώμα.SandyBrown ColorValue ( "#f4a460")
ColorValue ( "αμμώδης καφές")
RGBA ( 244, 164, 96, 1 ) sandybrown.
Χρώμα.SeaGreen ColorValue ( "#2e8b57")
ColorValue ( "SeaGreen")
RGBA ( 46, 139, 87, 1 ) seagreen.
Χρώμα.SeaShell ColorValue ( "#fff5ee")
ColorValue ( "ΚΟΧΥΛΙ" )
RGBA ( 255, 245, 238, 1 ) seashell.
Χρώμα.Sienna ColorValue ( "#a0522d")
ColorValue ( "Σιένα")
RGBA ( 160, 82, 45, 1 ) sienna.
Χρώμα.Ασημί ColorValue ( "#c0c0c0")
ColorValue ( "ασήμι")
RGBA ( 192, 192, 192, 1 ) ασήμι.
Χρώμα.SkyBlue ColorValue ( "#87ceeb")
ColorValue ( "Γαλάζιο")
RGBA ( 135, 206, 235, 1 ) skyblue.
Χρώμα.SlateBlue ColorValue ( "#6a5acd")
ColorValue ( "SLATEBLUE")
RGBA ( 106, 90, 205, 1 ) slateblue.
Χρώμα.SlateGray ColorValue ( "#708090")
ColorValue ( "Γκρι σχιστόλιθου")
RGBA ( 112, 128, 144, 1 ) slategray.
Χρώμα.SlateGrey ColorValue ( "#708090")
ColorValue ( "slategrey")
RGBA ( 112, 128, 144, 1 ) slategrey.
Χρώμα.Χιόνι ColorValue ( "#fffafa")
ColorValue ( "Χιόνι")
RGBA ( 255, 250, 250, 1 ) snow.
Χρώμα.ΆνοιξηΠράσινο ColorValue ( "#00ff7f")
ColorValue ( "SPRINGGREEN")
RGBA ( 0, 255, 127, 1 ) springgreen.
Color.SteelBlue ColorValue ( "#4682b4")
ColorValue ( "SteelBlue")
RGBA ( 70, 130, 180, 1 ) steelblue.
Χρώμα.Μαύρισμα ColorValue ( "#d2b48c")
ColorValue ( "μαύρισμα")
RGBA ( 210, 180, 140, 1 ) tan.
Χρώμα.Teal ColorValue ( "#008080" )
ColorValue ( "Teal")
RGBA ( 0, 128, 128, 1 ) πετρόλ.
Color.Thistle ColorValue ( "#d8bfd8")
ColorValue ( "ΓΑΪΔΟΥΡΆΓΚΑΘΟ" )
RGBA ( 216, 191, 216, 1 ) thistle.
Χρώμα.Ντομάτα ColorValue ( "#ff6347")
ColorValue ( "Ντομάτα")
RGBA ( 255, 99, 71, 1 ) tomato.
Χρώμα.Διαφανές ColorValue( "#00000000" )
ColorValue ( "Διαφανές")
RGBA ( 0, 0, 0, 0 ) διάφανο.
Χρώμα.Τυρκουάζ ColorValue ( "#40e0d0")
ColorValue ( "τυρκουάζ")
RGBA ( 64, 224, 208, 1 ) τυρκουάζ.
Χρώμα.Βιολετί ColorValue ( "#ee82ee")
ColorValue ( "Βιολετί")
RGBA ( 238, 130, 238, 1 ) βιολετί.
Color.Wheat ColorValue ( "#f5deb3")
ColorValue ( "ΣΙΤΆΡΙ")
RGBA ( 245, 222, 179, 1 ) wheat.
Χρώμα.Λευκό ColorValue ( "#ffffff")
ColorValue ( "Λευκό")
RGBA ( 255, 255, 255, 1 ) λευκό.
Color.WhiteSmoke ColorValue ( "#f5f5f5")
ColorValue ( "λευκός καπνός")
RGBA ( 245, 245, 245, 1 ) whitesmoke.
Χρώμα.Κίτρινο ColorValue ( "#ffff00")
ColorValue ( "Κίτρινο" )
RGBA ( 255, 255, 0, 1 ) κίτρινο.
Color.YellowGreen ColorValue ( "#9acd32")
ColorValue ( "YELLOWGREEN")
RGBA ( 154, 205, 50, 1 ) yellowgreen.