Chartbreaker
    Preparing search index...

    Interface NodeCanvasRenderingContext2DSettings

    interface NodeCanvasRenderingContext2DSettings {
        alpha?: boolean;
        pixelFormat?: "RGBA32" | "RGB24" | "A8" | "RGB16_565" | "A1" | "RGB30";
    }
    Index

    Properties

    Properties

    alpha?: boolean
    pixelFormat?: "RGBA32" | "RGB24" | "A8" | "RGB16_565" | "A1" | "RGB30"