primaries property

VideoColorPrimaries get primaries

Implementation

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

Implementation

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