TrueColorImage.this

Creates with existing data. The data pointer is stored here.

  1. this(int w, int h)
  2. this(int w, int h, ubyte[] data)
    class TrueColorImage
    pure nothrow @safe
    this
    (
    int w
    ,
    int h
    ,
    ubyte[] data
    )
Suggestion Box / Bug Report