Image.data

Holds all 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