Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File lib/ocaml/pkg-lib/camlimages/cmyk32.cmi_pretty GODI Package godi-camlimages
Library camlimages
 
   cmyk32.cmi_pretty    cmyk32.mli    Sources  
type elt = Color.cmyk
type rawimage = Cmyk32.rawimage
type t =
  Cmyk32.t = {
  width : int;
  height : int;
  rawimage : rawimage;
  mutable infos : Info.info list;
}
val dump : t -> string
val unsafe_access : t -> int -> int -> string * int
val get_strip : t -> int -> int -> int -> string
val set_strip : t -> int -> int -> int -> string -> unit
val get_scanline : t -> int -> string
val set_scanline : t -> int -> string -> unit
val unsafe_get : t -> int -> int -> elt
val unsafe_set : t -> int -> int -> elt -> unit
val get : t -> int -> int -> elt
val set : t -> int -> int -> elt -> unit
val destroy : t -> unit
val blit : t -> int -> int -> t -> int -> int -> int -> int -> unit
val map :
  (elt -> elt -> elt) ->
  t -> int -> int -> t -> int -> int -> int -> int -> unit
val create_with : int -> int -> Info.info list -> string -> t
val create : int -> int -> t
val make : int -> int -> elt -> t
val copy : t -> t
val sub : t -> int -> int -> int -> int -> t
val resize : (float -> unit) option -> t -> int -> int -> t
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml