Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type data = Buffer.UByte.t
val dummy : image
val from_color :
t ->
data:Color.t array ->
width:int ->
height:int ->
flags:ImageFlags.t ->
image option
val from_buffer :
t ->
data:data ->
width:int ->
height:int ->
flags:ImageFlags.t ->
image option