AINE: Accelerated Interactive Narrator Engine
  • Download
  • References
  • Games
  • Wiki
  • Facebook Twitter
  • Module

    Background

  • Name

    color()

  • Examples

    Room: lake
    {

    Event: "Examine lake" {
    this.blueImage = Background.color("#15047A")

    display("Det color of the lake is a deep blue",blueImage)
    // Displays a dark blue background image for the text

    print(blueImage)
    // Output: #15047A
    }
    }
  • Description

    Generates an image with a color according to a value given by colorCode, then returns the name of that image.
  • Syntax

    • Background.color(colorCode)
  • Related

    • black()

    • white()

  • Contact
  • Terms of Use
  • GitHub
  • Drakkashi.com

The copyright of all images rendered by me goes to their respective owners.
© 2008 Daniel Svejstrup Christensen