colorSpace property
      
      PredefinedColorSpace
      get
      colorSpace
      
    
    
The read-only ImageData.colorSpace property is a string indicating
the color space of the image data.
The color space can be set during ImageData initialization using either
the
ImageData()
constructor or the
createImageData()
method.
Implementation
external PredefinedColorSpace get colorSpace;