Enum Color
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
रंग
Calendar सेवा में उपलब्ध, नाम वाले रंगों को दिखाने वाला Enum.
किसी Enum को कॉल करने के लिए, आपको उसकी पैरंट क्लास, नाम, और प्रॉपर्टी को कॉल करना होता है. उदाहरण के लिए,
CalendarApp.Color.BLUE
.
प्रॉपर्टी
प्रॉपर्टी | Type | ब्यौरा |
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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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`). |"]]