Module Avutil.Color_space

type t = [
  1. | `Rgb
  2. | `Bt709
  3. | `Unspecified
  4. | `Reserved
  5. | `Fcc
  6. | `Bt470bg
  7. | `Smpte170m
  8. | `Smpte240m
  9. | `Ycgco
  10. | `Ycocg
  11. | `Bt2020_ncl
  12. | `Bt2020_cl
  13. | `Smpte2085
  14. | `Chroma_derived_ncl
  15. | `Chroma_derived_cl
  16. | `Ictcp
  17. | `Ipt_c2
  18. | `Ycgco_re
  19. | `Ycgco_ro
]
val name : t -> string
val from_name : string -> t option