The OpenD Programming Language

Image.setSize

Clear the image, and creates a new owned image, with given dimensions and plain pixels. The image data is left uninitialized, so it may contain data from former allocations. Tags: none.

import gamut.image;
struct Image
nothrow @nogc @safe
alias setSize = createNoInit

Meta