Module CL_PixelFormat

module CL_PixelFormat: sig .. end

API documentation for the class CL_PixelFormat

type t 
type kind = 
| RGBA
| Index
type uint = int 
val default : unit -> t
val delete : t -> unit
val init : depth:int ->
red_mask:uint ->
green_mask:uint ->
blue_mask:uint ->
alpha_mask:uint ->
use_colorkey:bool ->
colorkey:uint ->
kind:kind -> unit -> t