ScaledColourImageUnit
The ScaledColourImageUnit
interface extends the IntermediateResultUnit
interface and represents a scaled colour image unit.
interface ScaledColourImageUnit extends IntermediateResultUnit {
imageData: DSImageData;
}
imageData
The image data for the scaled colour image.