1
0
mirror of https://github.com/AR2000AR/openComputers_codes.git synced 2025-09-06 21:51:14 +02:00
Files
2023-01-24 15:18:19 +01:00

1.1 KiB

Text(Rectangle)

Display text.

Constructor

  • x : int
  • y : int
  • width : int
  • height : int
  • backgroundColor : int
  • text : string

Inherited public methods

Public methods

getText

Return

  • text : string

setText

Arguments

  • text : string

getForeground

Return

  • color : int. RGB color

getBackground

Return

  • color : int. RGB color

setForeground

Arguments

  • color : int. RGB color

setBackground

Arguments

  • color : int. RGB color