package graphv_core

  1. Overview
  2. Docs

Module Graphv_core.MakeSource

Parameters

Signature

Sourcetype t
Sourcemodule CompositeOperation = Graphv_core_lib.CompositeOperation
Sourcemodule CompositeOperationState = Graphv_core_lib.CompositeOperationState
Sourcemodule LineCap : sig ... end
Sourcemodule LineJoin : sig ... end
Sourcetype arg = Impl.gl
Sourceval create : flags:CreateFlags.t -> arg -> t
Sourceval save : t -> unit
Sourceval restore : t -> unit
Sourceval reset : t -> unit
Sourceval set_device_pixel_ratio : t -> float -> unit
Sourceval set_shape_antialias : t -> enabled:bool -> unit
Sourceval set_miter_limit : t -> limit:float -> unit
Sourceval set_stroke_width : t -> width:float -> unit
Sourceval set_line_cap : t -> cap:LineCap.t -> unit
Sourceval set_line_join : t -> join:LineJoin.t -> unit
Sourceval begin_frame : t -> width:float -> height:float -> device_ratio:float -> unit
Sourceval cancel_frame : t -> unit
Sourceval end_frame : t -> unit
Sourcemodule Transform : sig ... end
Sourcemodule Scissor : sig ... end
Sourcemodule Global : sig ... end
Sourceval fill : t -> unit
Sourceval stroke : t -> unit
Sourcemodule Path : sig ... end
Sourcemodule Image : sig ... end
Sourcemodule Paint : sig ... end
Sourceval set_fill_color : t -> color:Color.t -> unit
Sourceval set_fill_paint : t -> paint:Paint.t -> unit
Sourceval set_stroke_color : t -> color:Color.t -> unit
Sourceval set_stroke_paint : t -> paint:Paint.t -> unit
Sourcemodule Text : sig ... end
OCaml

Innovation. Community. Security.