Skip to content
Property Value
Hex Value $EF64
Categories
    Localizations
    • FR: ArrPlanNAff

    BackgroundOff

    Overview

    Turns off background image in the graph area.

    Availability: Token only available from within the Basic editor.

    Syntax

    BackgroundOff

    Location

    2nd, draw, BACKGROUND, 2:BackgroundOff:


    Description

    The BackgroundOff command has only one purpose: turn the background off. Run the command on its own line in a program with no other characters or arguments.

    :BackgroundOn BLUE //Makes background blue
    :BackgroundOff //Makes background white again
    

    Optimization

    BackgroundOff does essentially the same thing as turning the background on to the color white, as shown below.

    :BackgroundOn WHITE
    can be
    :BackgroundOff
    

    Source: parts of this page were written by the following TI|BD contributors: Battlesquid, kg583, Michael2_3B, MrWompWomp, Myles_Zadok, Trenly.

    History

    Calculator OS Version Description
    TI-84+CSE 4.0 Added

    Last update: September 30, 2023 15:38:51
    Created: February 23, 2023 23:15:01
    Authors: Adrien Bertrand