GrayscaleImageUnit
The GrayscaleImageUnit interface extends the IntermediateResultUnit interface and represents a grayscale image unit.
interface GrayscaleImageUnit extends IntermediateResultUnit {
imageData: DSImageData;
}
imageData
The image data for the grayscale image.