Image.data

Holds all of the image's color data in a given format. See FORMAT_* constants.

  1. Dictionary data [@property getter]
  2. Dictionary data [@property setter]
    struct Image
    @nogc nothrow @property
    void
    data
    (
    Dictionary v
    )

Meta