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

    Interface SurfaceSchemaBitmapConfig

    If set, bitmaps of the specified size will be reported.

    interface SurfaceSchemaBitmapConfig {
        format?: SurfaceSchemaPixelFormat;
        h: number;
        w: number;
    }
    Index

    Properties

    Properties

    h: number

    Height in pixels (non-negative).

    w: number

    Width in pixels (non-negative).