Image.bytes

Gives away bytes as data for an image.

  1. ubyte[] bytes()
    class Image
    @safe nothrow pure
    ubyte[]
    bytes
    (
    int format = PixelFormat.RGBA
    )
    ()
  2. void bytes(ubyte[] data)

Meta