---
title: "types"
canonical_url: "https://www.nutrient.io/api/python/types/"
md_url: "https://www.nutrient.io/api/python/types.md"
last_updated: "2026-06-08T08:09:41.018Z"
description: "API reference for the types module"
---

API reference for the `types` module.

```python

# All public classes import directly from the top-level package:

from nutrient_sdk import Color

```

## Classes

| Class               | Description                        |
| ------------------- | ---------------------------------- |
| [`Color`](./color/) | Represents a color in ARGB format. |

---

## Related pages

- [Color](/api/python/types/color.md)

