File size: 728 Bytes
5242e6a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # ImageData
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**blob** | **String** | Hex-encoded blake3 hash of an immutable blob. |
**name** | Option<**String**> | | [optional]
**natural_height** | **u32** | |
**natural_width** | **u32** | |
**opacity** | Option<**f32**> | | [optional]
**role** | [**models::ImageRole**](ImageRole.md) | Role tags differentiate source / inpainted / rendered / user-imported images. Role is immutable on an existing node — switching roles = delete + add. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|