object
method add_color : Color.rgb -> int
method add_colors : Color.rgb list -> int list
method blit :
int -> int -> OImages.index16_class -> int -> int -> int -> int -> unit
method coerce : oimage
method colormap : Color.rgb Color.map
method destroy : unit
method dump : string
method find_exact : Color.rgb -> int
method find_nearest : Color.rgb -> int
method get : int -> int -> Index16.elt
method get_color : int -> int -> Color.rgb
method height : int
method image : Images.t
method image_class : image_class
method infos : Images.info list
method map : Color.rgb array
method max : int
method query_color : int -> Color.rgb
method save :
string -> Images.format option -> Images.save_option list -> unit
method set : int -> int -> Index16.elt -> unit
method set_infos : Images.info list -> unit
method set_map : Color.rgb array -> unit
method set_max : int -> unit
method set_transparent : Index16.elt -> unit
method size : int
method sub : int -> int -> int -> int -> OImages.index16_class
method to_rgb24 : OImages.rgb24_class
method to_rgba32 : OImages.rgba32_class
method transparent : Index16.elt
method unsafe_access : int -> int -> string * int
method unsafe_get : int -> int -> Index16.elt
method unsafe_get_color : int -> int -> Color.rgb
method unsafe_set : int -> int -> Index16.elt -> unit
method width : int
end