ListColor - rwjdk/TrelloDotNet GitHub Wiki
Represents the color of a list in Trello, available for standard and higher subscriptions.
Values
| Value | Description |
|---|---|
Unknown |
Represents an unknown value retrieved from the Trello REST API. |
Gray |
The default gray color. |
Green |
Represents the green color. |
Yellow |
Represents the yellow color. |
Orange |
Represents the orange color. |
Red |
Represents the red color. |
Purple |
Represents the purple color. |
Blue |
Represents the blue color. |
Teal |
Represents the teal color. |
Lime |
Represents the lime color. |
Magenta |
Represents the magenta color. |
Usage
Used in List class to define the color property of a list.