module type CONTAINER_INDEXED =sig..end
type container
type rawimage
type mapelt
val rawimage : container -> rawimageval create_default : int ->
int ->
rawimage -> containerval create_duplicate : container ->
int ->
int ->
rawimage -> containerval colormap : container ->
mapelt Color.map