Interface CompanionImageBufferEncoding

Encoding information for an ImageBuffer

interface CompanionImageBufferEncoding {
    pixelFormat: "RGB" | "RGBA" | "ARGB";
}

Properties

Properties

pixelFormat: "RGB" | "RGBA" | "ARGB"