Rgb24type elt = Color.rgbGeneric functions
val create : int -> int -> tval destroy : t -> unitval get_strip : t -> int -> int -> int -> bytesval set_strip : t -> int -> int -> int -> bytes -> unitval get_scanline : t -> int -> bytesval get_scanline_ptr : t -> (int -> (bytes * int) * int) optionval set_scanline : t -> int -> bytes -> unitval blocks : t -> int * intval dump_block : t -> int -> int -> Bitmap.Block.tval dump : t -> bytesval unsafe_access : t -> int -> int -> bytes * int