JSM Developer API Documentation
    Preparing search index...

    Type Alias PixelArray

    PixelArray: [number, number, number][][]

    A PixelArray represents a texture by using a two-dimensional array of RGB tuples.

    The first dimension is the vertical axis (rows) and the second dimension is the horizontal axis (columns). Each pixel is a tuple of three numbers [R, G, B] in the range 0-255.