Function SetBackgroundColour

  • Sets the background colour of the window.

    Parameters

    • r: number

      The red component of the colour.

    • g: number

      The green component of the colour.

    • b: number

      The blue component of the colour.

    • a: number

      The alpha component of the colour.

    Returns void

Generated using TypeDoc