Values_0.GradientStopSourceDetermines the gradient stop configuration.
type nonrec t = {gradientOffset : Double.t;Determines gradient offset value.
*)dataValue : Double.t option;Determines the data value.
*)color : HexColor.t option;Determines the color.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Double of Double.t | `String of HexColor.t ]) list ]