-
-
Notifications
You must be signed in to change notification settings - Fork 5
ListColor
Rasmus Wulff Jensen edited this page Apr 4, 2025
·
1 revision
Represents the color of a list in Trello, available for standard and higher subscriptions.
| 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. |
Used in List class to define the color property of a list.
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')