package mm

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ImageRGBA32.ScaleSource

Sourcetype kind =
  1. | Linear
  2. | Bilinear
Sourceval scale_coef : t -> t -> (int * int) -> (int * int) -> unit
Sourceval bilinear_scale_coef : t -> t -> float -> float -> unit
Sourceval scale_coef_kind : kind -> t -> t -> (int * int) -> (int * int) -> unit
Sourceval onto : ?kind:kind -> ?proportional:bool -> t -> t -> unit
Sourceval create : ?kind:kind -> ?copy:bool -> ?proportional:bool -> t -> int -> int -> t
OCaml

Innovation. Community. Security.