Enum Color
Colore
Un'enumerazione che rappresenta i colori denominati disponibili nel servizio Calendar.
Per chiamare un'enumerazione, devi chiamare la classe, il nome e la proprietà principali. Ad esempio,
CalendarApp.Color.BLUE
.
Proprietà
Proprietà | Tipo | Descrizione |
BLUE | Enum |
Blu (#2952A3 ). |
BROWN | Enum |
Marrone (#8D6F47 ). |
CHARCOAL | Enum |
Grigio antracite (#4E5D6C ). |
CHESTNUT | Enum |
Castagno (#865A5A ). |
GRAY | Enum |
Grigio (#5A6986 ). |
GREEN | Enum |
Verde (#0D7813 ). |
INDIGO | Enum |
Blu indaco (#5229A3 ). |
LIME | Enum |
Verde lime (#528800 ). |
MUSTARD | Enum |
Senape (#88880E ). |
OLIVE | Enum |
Verde oliva (#6E6E41 ). |
ORANGE | Enum |
Arancione (#BE6D00 ). |
PINK | Enum |
Rosa (#B1365F ). |
PLUM | Enum |
Prugna (#705770 ). |
PURPLE | Enum |
Viola (#7A367A ). |
RED | Enum |
Rosso (#A32929 ). |
RED_ORANGE | Enum |
Rosso-arancione (#B1440E ). |
SEA_BLUE | Enum |
Azzurro (#29527A ). |
SLATE | Enum |
Ardesia (#4A716C ). |
TEAL | Enum |
Azzurro (#28754E ). |
TURQOISE | Enum |
Turchese (#1B887A ). |
YELLOW | Enum |
Giallo (#AB8B00 ). |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2023-12-02 UTC.
[null,null,["Ultimo aggiornamento 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."]]],[]]