🎨
Xylo Docs
  • Introduction
  • Getting Started
    • Quickstart
  • Guides
    • Random Rotations
  • Syntax
    • Primitives
    • Functions
  • Control Flow
  • Builtin Functions
    • System
    • Math
    • Comparison
    • List
    • Randomness
    • Shape
    • Color
Powered by GitBook
On this page
Export as PDF
  1. Builtin Functions

System

Canvas Functions

width

Returns the width of the canvas as an integer.

This is the value you input with the --width option.

height

Returns the height of the canvas as an integer.

This is the value you input with the --height option.

PreviousControl FlowNextMath

Last updated 8 hours ago