Module Values.MatrixCoefficientsSource

Sourcetype nonrec t =
  1. | RGB
  2. | ITU_709
  3. | UNSPECIFIED
  4. | RESERVED
  5. | FCC
  6. | ITU_470BG
  7. | SMPTE_170M
  8. | SMPTE_240M
  9. | YCgCo
  10. | ITU_2020_NCL
  11. | ITU_2020_CL
  12. | SMPTE_2085
  13. | CD_NCL
  14. | CD_CL
  15. | ITU_2100ICtCp
  16. | IPT
  17. | EBU3213
  18. | LAST
  19. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t