Image.this

Allocates space for image data.

  1. this()
  2. this(uint w, uint h)
    class Image
    @safe nothrow pure
    this
    (
    uint w
    ,
    uint h
    )

Parameters

w uint

Image width.

h uint

Image heght.

Meta