Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Create simply allocates memory to hold an image in the size and shape requested. It guarantees nothing about the contents of the memory.

You can either use the constructor with a default value, or the setTo function after the create to set the contents.