Skip to content

Latest commit

 

History

History
executable file
·
19 lines (15 loc) · 257 Bytes

color.rst

File metadata and controls

executable file
·
19 lines (15 loc) · 257 Bytes

Color

The Color handle is used for storing color values.

It has 4 member variables:

  • Byte R
  • Byte G
  • Byte B
  • Byte A

Constructor

The constructor takes 4 arguments:

  • Byte r
  • Byte g
  • Byte b
  • Byte a