package styled-ppx

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ColorMixMethod.Rectangular_or_Polar_color_space

type t = [
  1. | `srgb
  2. | `srgbLinear
  3. | `displayP3
  4. | `a98Rgb
  5. | `prophotoRgb
  6. | `rec2020
  7. | `lab
  8. | `oklab
  9. | `xyz
  10. | `xyzD50
  11. | `xyzD65
  12. | PolarColorSpace.t
]
val toString : t -> string