colorSpace property

VideoColorSpaceInit get colorSpace

Implementation

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

Implementation

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