Interface Image

Image data

interface Image {
    name: string;
    link: string;
    glType: Image;
    flip: PositiveNumber;
}

Hierarchy (view full)

Properties

Properties

name: string

Original file name

link: string

link to download file content

glType: Image

Type of contained data

Flip flag, 0x1 - horizontally, 0x2 - vertically