NiimBlueLib Docs
    Preparing search index...

    Interface ImageSource

    interface ImageSource {
        height: number;
        width: number;
        getPixelColor(x: number, y: number, printDirection: PrintDirection): number;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    height: number
    width: number

    Methods