Module Graphv_core_lib.Paint

type t = {
xform : Matrix.t;
mutable extent : float * float;
mutable radius : float;
mutable feather : float;
mutable inner_color : Color.t;
mutable outer_color : Color.t;
mutable image : int;
}
val create : unit -> t
val copy : t -> t
val set_color : t -> Color.t -> unit