User Tools

Site Tools


ugbasic:user:kw:rgb
Translations of this page:


ugBASIC User Manual

RGB ✓

SYNTAX

   = RGB( red, green, blue )

PURPOSE

The RGB function allows you to obtain the equivalent value of a color, given its red, green and blue components. The value of this function, where it is supported by the target, can be used in place of a nominal color. Where it is not defined, it always returns a value of zero, which may (or may not) correspond to a valid color.

EXAMPLE

  red = RGB( 255, 0, 0 )

See also the following example files:

AVAILABLE ON

  • Atari (400/800)
  • Atari XL/XE
  • Commodore VIC-20
  • Amstrad CPC 664
  • ZX Spectrum 48
  • Commodore PLUS/4
  • Olivetti Prodest PC128
  • Thomson MO5
  • ColecoVision
  • MSX
  • SEGA SC-3000
  • Commodore 128 (Zilog Z80)
  • Commodore 64
  • Commodore 128 (MOS 8502)

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY