---
layout: default-layout
title: Interface ScaledColourImageUnit - Dynamsoft Core Module JS Edition API Reference
description: This page shows the JS edition of the interface ScaledColourImageUnit in Dynamsoft Core Module.
keywords: binary image, JS
needAutoGenerateSidebar: true
needGenerateH3Content: true
noTitleIndex: true
---

# ScaledColourImageUnit

The `ScaledColourImageUnit` interface extends the `IntermediateResultUnit` interface and represents a scaled colour image unit.

```typescript
interface ScaledColourImageUnit extends IntermediateResultUnit {
    imageData: DSImageData;
} 
```

## imageData

The image data for the scaled colour image.
