Module Values_1.ContextualAccentPaletteSource

The contextual accent palette.

Sourcetype nonrec t = {
  1. connection : Palette.t option;
  2. visualization : Palette.t option;
  3. insight : Palette.t option;
  4. automation : Palette.t option;
}
Sourceval make : ?connection:??? -> ?visualization:??? -> ?insight:??? -> ?automation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.HexColor.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t