Search


Search something to see results

CanvasRenderingContext2DSettings

interface CanvasRenderingContext2DSettings {
    alpha?: boolean;
    colorSpace?: PredefinedColorSpace;
    desynchronized?: boolean;
    willReadFrequently?: boolean;
}

Index

Properties

Properties

alpha?: boolean
desynchronized?: boolean
willReadFrequently?: boolean