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.