Enum Color
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
色
カレンダー サービスで使用可能な名前付きの色を表す列挙型。
列挙型を呼び出すには、親クラス、名前、プロパティを呼び出します。たとえば、
CalendarApp.Color.BLUE
のようにします。
プロパティ
プロパティ | 種類 | 説明 |
BLUE | Enum |
青(#2952A3 )。 |
BROWN | Enum |
茶(#8D6F47 )。 |
CHARCOAL | Enum |
Charcoal(#4E5D6C )。 |
CHESTNUT | Enum |
クリ(#865A5A )。 |
GRAY | Enum |
グレー(#5A6986 )。 |
GREEN | Enum |
緑(#0D7813 )。 |
INDIGO | Enum |
インディゴ(#5229A3 )。 |
LIME | Enum |
ライム(#528800 )。 |
MUSTARD | Enum |
マスタード(#88880E )。 |
OLIVE | Enum |
オリーブ(#6E6E41 )。 |
ORANGE | Enum |
オレンジ(#BE6D00 )。 |
PINK | Enum |
ピンク(#B1365F )。 |
PLUM | Enum |
プラム(#705770 )。 |
PURPLE | Enum |
紫(#7A367A )。 |
RED | Enum |
赤(#A32929 )。 |
RED_ORANGE | Enum |
赤 - オレンジ(#B1440E )。 |
SEA_BLUE | Enum |
シーブルー(#29527A )。 |
SLATE | Enum |
スレート(#4A716C )。 |
TEAL | Enum |
青緑(#28754E )。 |
TURQOISE | Enum |
ターコイズ(#1B887A )。 |
YELLOW | Enum |
黄(#AB8B00 )。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003e\u003ccode\u003eColor\u003c/code\u003e is an enum representing the named colors available within the Calendar service.\u003c/p\u003e\n"],["\u003cp\u003eTo use a color, call it using the format: \u003ccode\u003eCalendarApp.Color.[COLOR_NAME]\u003c/code\u003e, for example, \u003ccode\u003eCalendarApp.Color.BLUE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,["# Enum Color\n\nColor\n\nAn enum representing the named colors available in the Calendar service.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCalendarApp.Color.BLUE`. \n\n### Properties\n\n| Property | Type | Description |\n|--------------|--------|-------------------------|\n| `BLUE` | `Enum` | Blue (`#2952A3`). |\n| `BROWN` | `Enum` | Brown (`#8D6F47`). |\n| `CHARCOAL` | `Enum` | Charcoal (`#4E5D6C`). |\n| `CHESTNUT` | `Enum` | Chestnut (`#865A5A`). |\n| `GRAY` | `Enum` | Gray (`#5A6986`). |\n| `GREEN` | `Enum` | Green (`#0D7813`). |\n| `INDIGO` | `Enum` | Indigo (`#5229A3`). |\n| `LIME` | `Enum` | Lime (`#528800`). |\n| `MUSTARD` | `Enum` | Mustard (`#88880E`). |\n| `OLIVE` | `Enum` | Olive (`#6E6E41`). |\n| `ORANGE` | `Enum` | Orange (`#BE6D00`). |\n| `PINK` | `Enum` | Pink (`#B1365F`). |\n| `PLUM` | `Enum` | Plum (`#705770`). |\n| `PURPLE` | `Enum` | Purple (`#7A367A`). |\n| `RED` | `Enum` | Red (`#A32929`). |\n| `RED_ORANGE` | `Enum` | Red-Orange (`#B1440E`). |\n| `SEA_BLUE` | `Enum` | Sea Blue (`#29527A`). |\n| `SLATE` | `Enum` | Slate (`#4A716C`). |\n| `TEAL` | `Enum` | Teal (`#28754E`). |\n| `TURQOISE` | `Enum` | Turquoise (`#1B887A`). |\n| `YELLOW` | `Enum` | Yellow (`#AB8B00`). |"]]