Interface IToImageData

interface IToImageData {
    toImageData(idata?): ImageData;
}

Implemented by

Methods

  • Returns the contents of the pixel buffer as HTML canvas ImageData.

    Parameters

    • Optional idata: ImageData

    Returns ImageData

Generated using TypeDoc