Image.this

Create an empty Image given a width and a height. Pixels default to init

  1. this(size_t width, size_t height, size_t channelCount, const ColorSpace* colorSpace, MetaData meta = null)
    class Image(V)
    this
    (
    size_t width
    ,
    size_t height
    ,,
    const ColorSpace* colorSpace
    ,
    MetaData meta = null
    )
    if (
    isColorValue!V
    )
  2. this(R range, MetaData meta = null)
  3. this(const Image other)

Meta