Enum Color
Farbe
Ein Enum-Wert, der die benannten Farben darstellt, die im Kalender-Dienst verfügbar sind.
Um eine Enum aufzurufen, rufen Sie ihre übergeordnete Klasse, ihren Namen und ihre Eigenschaft auf. Beispiel:
CalendarApp.Color.BLUE
.
Attribute
Property | Typ | Beschreibung |
BLUE | Enum |
Blau (#2952A3 ). |
BROWN | Enum |
Braun (#8D6F47 ) |
CHARCOAL | Enum |
Dunkelgrau (#4E5D6C ). |
CHESTNUT | Enum |
Kastanie (#865A5A ). |
GRAY | Enum |
Grau (#5A6986 ) |
GREEN | Enum |
Grün (#0D7813 ) |
INDIGO | Enum |
Indigoblau (#5229A3 ) |
LIME | Enum |
Limette (#528800 ). |
MUSTARD | Enum |
Senf (#88880E ). |
OLIVE | Enum |
Olivgrün (#6E6E41 ). |
ORANGE | Enum |
Orange (#BE6D00 ). |
PINK | Enum |
Rosa (#B1365F ) |
PLUM | Enum |
Pflaume (#705770 ). |
PURPLE | Enum |
Lila (#7A367A ) |
RED | Enum |
Rot (#A32929 ) |
RED_ORANGE | Enum |
Rot-Orange (#B1440E ). |
SEA_BLUE | Enum |
Seeblau (#29527A ). |
SLATE | Enum |
Slate (#4A716C ) |
TEAL | Enum |
Blaugrün (#28754E ). |
TURQOISE | Enum |
Türkis (#1B887A ). |
YELLOW | Enum |
Gelb (#AB8B00 ). |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-12-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2023-12-02 (UTC)."],[[["`Color` is an enum representing the named colors available within the Calendar service."],["To use a color, call it using the format: `CalendarApp.Color.[COLOR_NAME]`, for example, `CalendarApp.Color.BLUE`."],["The available colors include a variety of options like Blue, Brown, Charcoal, Chestnut, Gray, Green, Indigo, Lime, Mustard, Olive, Orange, Pink, Plum, Purple, Red, Red-Orange, Sea Blue, Slate, Teal, Turquoise, and Yellow, each with their specific hex code."]]],[]]