Lume
    Preparing search index...

    Class RenderConfig

    The RenderConfig is a data class which stores information on how elements should be drawn to the canvas. It provides information about the expected colors and the size of the canvas.

    Index

    Accessors

    Constructors

    • Parameters

      • canvasWidth: number
      • canvasHeight: number
      • colorNoteActivated: Color
      • colorNoteHeld: Color
      • colorNoteInactive: Color
      • colorBackground: Color
      • colorTransparent: Color
      • font: string
      • songName: string
      • songAuthor: string

      Returns RenderConfig