blob: aa29539af677b25b00994ff0b68ca63600ce1c85 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/WICG/web-codecs
enum ColorSpaceRangeID {
// Limited Rec.709 color range.
"LIMITED",
// Full RGB color range.
"FULL",
// Range is defined by TransferID/MatrixID.
"DERIVED",
};