@companion-module/base
    Preparing search index...

    Interface CompanionImageBufferEncoding

    Encoding information for an ImageBuffer

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

    Properties

    Properties

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