hyperion.ng
Public Attributes | Static Public Attributes | List of all members
ColorArgb Struct Reference

Public Attributes

uint8_t alpha
 The alpha mask channel.
 
uint8_t red
 The red color channel.
 
uint8_t green
 The green color channel.
 
uint8_t blue
 The blue color channel.
 

Static Public Attributes

static ColorArgb BLACK = { 255, 0, 0, 0 }
 'Black' RgbColor (255, 0, 0, 0)
 
static ColorArgb RED = { 255, 255, 0, 0 }
 'Red' RgbColor (255, 255, 0, 0)
 
static ColorArgb GREEN = { 255, 0, 255, 0 }
 'Green' RgbColor (255, 0, 255, 0)
 
static ColorArgb BLUE = { 255, 0, 0, 255 }
 'Blue' RgbColor (255, 0, 0, 255)
 
static ColorArgb YELLOW = { 255, 255, 255, 0 }
 'Yellow' RgbColor (255, 255, 255, 0)
 
static ColorArgb WHITE = { 255, 255, 255, 255 }
 'White' RgbColor (255, 255, 255, 255)
 

The documentation for this struct was generated from the following files: