ColorStructure

Version #1

Description:

Represents an RGB color with alpha channel.

Fields:

  • alpha: Integer [Optional]
    Default: 255
    Description: Defines the aplha component of the color. Should range from 0 to 255.
  • blue: Integer [Optional]
    Default: 0
    Description: Defines the blue component of the RGB color. Should range from 0 to 255.
  • green: Integer [Optional]
    Default: 0
    Description: Defines the green component of the RGB color. Should range from 0 to 255.
  • red: Integer [Optional]
    Default: 0
    Description: Defines the red component of the RGB color. Should range from 0 to 255.