ColorStructure
Version #1
Description:
Represents an RGB color with alpha channel.
Fields:
alpha: Integer [Optional]- Default: 255Description: Defines the aplha component of the color. Should range from 0 to 255.
blue: Integer [Optional]- Default: 0Description: Defines the blue component of the RGB color. Should range from 0 to 255.
green: Integer [Optional]- Default: 0Description: Defines the green component of the RGB color. Should range from 0 to 255.
red: Integer [Optional]- Default: 0Description: Defines the red component of the RGB color. Should range from 0 to 255.