primaries property

Implementation

VideoColorPrimaries get primaries =>
    VideoColorPrimaries.fromValue(js_util.getProperty(this, 'primaries'));
void primaries=(VideoColorPrimaries newValue)

Implementation

set primaries(VideoColorPrimaries newValue) {
  js_util.setProperty(this, 'primaries', newValue.value);
}