root/ocaml-remix/trunk/transparency.mli
| Revision 529, 220 bytes (checked in by shans, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | type raw_transparency = FB.buffer;; |
| 2 | |
| 3 | type transparency = Remix.remix -> Time.extent -> Time.extent |
| 4 | -> raw_transparency;; |
| 5 | |
| 6 | val linear_ramp : float -> float -> transparency;; |
| 7 | |
| 8 | val constant : float -> transparency;; |
Note: See TracBrowser for help on using the browser.
