Enum Color
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
색상
캘린더 서비스에서 사용할 수 있는 이름이 지정된 색상을 나타내는 열거형입니다.
enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다.
CalendarApp.Color.BLUE
을 예로 들 수 있습니다.
속성
속성 | 유형 | 설명 |
BLUE | Enum |
파란색 (#2952A3 ). |
BROWN | Enum |
갈색 (#8D6F47 ). |
CHARCOAL | Enum |
블랙 (#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 ). |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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`). |"]]