= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val format : ('a, 'b) t -> 'a
val width : ('a, 'b) t -> int
val height : ('a, 'b) t -> int
type bitmap = ([ `color_index ], [ `bitmap ]) t
type store_param = [
|
`pack_alignment of int
|
`pack_lsb_first of bool
|
`pack_row_length of int
|
`pack_skip_pixels of int
|
`pack_skip_rows of int
|
`pack_swap_bytes of bool
|
`unpack_alignment of int
|
`unpack_lsb_first of bool
|
`unpack_row_length of int
|
`unpack_skip_pixels of int
|
`unpack_skip_rows of int
|
`unpack_swap_bytes of bool
]
val store : store_param -> unit
type transfer_param = [
|
`alpha_bias of float
|
`alpha_scale of float
|
`blue_bias of float
|
`blue_scale of float
|
`depth_bias of float
|
`depth_scale of float
|
`green_bias of float
|
`green_scale of float
|
`index_offset of int
|
`index_shift of int
|
`map_color of bool
|
`map_stencil of bool
|
`red_bias of float
|
`red_scale of float
]
val transfer : transfer_param -> unit