On this page

Class RGBAImage

Index

Constructors

Properties

Methods

Constructors

Properties

data: Uint8Array

data must be a Uint8Array instead of Uint8ClampedArray because texImage2D does not support Uint8ClampedArray in all browsers.

height: number
width: number

Methods

  • Parameters

    Returns void

  • Parameters

    • row: number
    • col: number
    • value: Color

    Returns void

Was this helpful?
SDK JS
Reference
RGBAImage