API reference for the types module.
# All public classes import directly from the top-level package:from nutrient_sdk import ColorClasses
| Class | Description |
|---|---|
Color | Represents a color in ARGB format. |
Value Types
| Type | Description |
|---|---|
RectF | Represents a rectangle with float coordinates. |
vec2f | Represents a 2D vector with X and Y components as floating-point values. Used to specify positions, sizes, and other 2D measurements in PDF coordinate space. |