Interface IBackgroundProvider

interface IBackgroundProvider {
    addDrawing(idrawing: IDrawing): void;
    clearAll(): void;
    prepareCache(): void;
    releaseCache(): void;
    setBackgroundColor(color: number): void;
}

Implemented by

Methods

  • Parameters

    • color: number

    Returns void

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.