package sfml

  1. Overview
  2. Docs
val image : SFImage.t
method flip : flip_direction -> unit
method flip_horizontally : unit -> unit
method flip_vertically : unit -> unit
method get_pixel3 : x:int -> y:int -> SFColor.t
method get_pixel4 : x:int -> y:int -> SFColor.t
method get_pixel_rgb : x:int -> y:int -> SFColor.rgb
method get_pixel_rgba : x:int -> y:int -> SFColor.rgba
method get_pixels_ba : unit -> SFImage.gl_image
method get_pixels_str : unit -> string
method height : int
method save_to_file : filename:string -> unit
method set_pixel : x:int -> y:int -> color:SFColor.t -> unit
method size : int * int
method t : SFImage.t
method width : int