colorSpace property

VideoColorSpaceInit colorSpace

Implementation

VideoColorSpaceInit get colorSpace => js_util.getProperty(this, 'colorSpace');
void colorSpace=(VideoColorSpaceInit newValue)

Implementation

set colorSpace(VideoColorSpaceInit newValue) {
  js_util.setProperty(this, 'colorSpace', newValue);
}