package efl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. color_class : string;
  2. color_r : int;
  3. color_g : int;
  4. color_b : int;
  5. color_a : int;
  6. outline_r : int;
  7. outline_g : int;
  8. outline_b : int;
  9. outline_a : int;
  10. shadow_r : int;
  11. shadow_g : int;
  12. shadow_b : int;
  13. shadow_a : int;
}
OCaml

Innovation. Community. Security.