PNGText.data

  1. ubyte[] data [@property getter]
  2. ubyte[] data [@property setter]
    class PNGText
    @property ref
    ubyte[]
    data
    (
    ubyte[] newVal
    )

Return Value

Type: ubyte[]

the data to encode, or the data that was decoded from a loaded image

Meta