| Name | <ItemTag.color> |
| Returns | ColorTag |
| Mechanism | ItemTag.color |
| Description | (Property) Returns the color of a leather armor, potion, filled map, or tipped arrow item.
For potions, will return a white ColorTag if the given item doesn't have a color. For maps, will return null if the given item doesn't have a color. |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemColor.java#L15 |