Difference between revisions of "RGBA"

From Sven Co-op
Jump to navigation Jump to search
(Created page with "The RGBA class is used to define colours with four components: Red, Green, Blue, and Alpha (transparency). This class is particularly useful for customizing visual elements in...")
 
m
Line 56: Line 56:
 
| <code>uint8 a
 
| <code>uint8 a
 
| style="vertical-align:middle;" | Alpha component
 
| style="vertical-align:middle;" | Alpha component
 +
|}
 +
 +
== Global Constants ==
 +
These are all preset RGBA colors that can be used.
 +
All these constants exist in global namespace.
 +
{| class="wikitable"
 +
|-
 +
! Constant
 +
! Description
 +
|-
 +
| style="vertical-align:middle;" | const RGBA RGBA_MEDIUM_VIOLET_RED
 +
| Medium violet red
 +
|-
 +
| const RGBA RGBA_DEEP_PINK
 +
| style="vertical-align:middle;" | Deep pink
 +
|-
 +
| const RGBA RGBA_PALE_VIOLET_RED
 +
| style="vertical-align:middle;" | Pale violet red
 +
|-
 +
| const RGBA RGBA_HOT_PINK
 +
| style="vertical-align:middle;" | Hot pink
 +
|-
 +
| const RGBA RGBA_LIGHT_PINK
 +
| style="vertical-align:middle;" | Light pink
 +
|-
 +
| const RGBA RGBA_PINK
 +
| style="vertical-align:middle;" | Pink
 +
|-
 +
| const RGBA RGBA_DARK_RED
 +
| style="vertical-align:middle;" | Dark red
 +
|-
 +
| const RGBA RGBA_RED
 +
| style="vertical-align:middle;" | Red
 +
|-
 +
| const RGBA RGBA_FIREBRICK
 +
| style="vertical-align:middle;" | Firebrick
 +
|-
 +
| const RGBA RGBA_CRIMSON
 +
| style="vertical-align:middle;" | Crimson
 +
|-
 +
| const RGBA RGBA_INDIAN_RED
 +
| style="vertical-align:middle;" | Indian red
 +
|-
 +
| const RGBA RGBA_LIGHT_CORAL
 +
| style="vertical-align:middle;" | Light coral
 +
|-
 +
| const RGBA RGBA_SALMON
 +
| style="vertical-align:middle;" | Salmon
 +
|-
 +
| const RGBA RGBA_DARK_SALMON
 +
| style="vertical-align:middle;" | Dark salmon
 +
|-
 +
| const RGBA RGBA_LIGHT_SALMON
 +
| style="vertical-align:middle;" | Light salmon
 +
|-
 +
| const RGBA RGBA_ORANGE_RED
 +
| style="vertical-align:middle;" | Orange red
 +
|-
 +
| const RGBA RGBA_TOMATO
 +
| style="vertical-align:middle;" | Tomato
 +
|-
 +
| const RGBA RGBA_DARK_ORANGE
 +
| style="vertical-align:middle;" | Dark orange
 +
|-
 +
| const RGBA RGBA_CORAL
 +
| style="vertical-align:middle;" | Coral
 +
|-
 +
| const RGBA RGBA_ORANGE
 +
| style="vertical-align:middle;" | Orange
 +
|-
 +
| const RGBA RGBA_DARK_KHAKI
 +
| style="vertical-align:middle;" | Dark khaki
 +
|-
 +
| const RGBA RGBA_GOLD
 +
| style="vertical-align:middle;" | Gold
 +
|-
 +
| const RGBA RGBA_KHAKI
 +
| style="vertical-align:middle;" | Khaki
 +
|-
 +
| const RGBA RGBA_PEACH_PUFF
 +
| style="vertical-align:middle;" | Peach puff
 +
|-
 +
| const RGBA RGBA_YELLOW
 +
| style="vertical-align:middle;" | Yellow
 +
|-
 +
| const RGBA RGBA_PALE_GOLDENROD
 +
| style="vertical-align:middle;" | Pale goldenrod
 +
|-
 +
| const RGBA RGBA_MOCCASIN
 +
| style="vertical-align:middle;" | Moccasin
 +
|-
 +
| const RGBA RGBA_PAPAYA_WHIP
 +
| style="vertical-align:middle;" | Papaya whip
 +
|-
 +
| const RGBA RGBA_LIGHT_GOLDENROD_YELLOW
 +
| style="vertical-align:middle;" | Light goldenrod yellow
 +
|-
 +
| const RGBA RGBA_LEMON_CHIFFON
 +
| style="vertical-align:middle;" | Lemon chiffon
 +
|-
 +
| const RGBA RGBA_LIGHT_YELLOW
 +
| style="vertical-align:middle;" | Light yellow
 +
|-
 +
| const RGBA RGBA_MAROON
 +
| style="vertical-align:middle;" | Maroon
 +
|-
 +
| const RGBA RGBA_BROWN
 +
| style="vertical-align:middle;" | Brown
 +
|-
 +
| const RGBA RGBA_SADDLE_BROWN
 +
| style="vertical-align:middle;" | Saddle brown
 +
|-
 +
| const RGBA RGBA_SIENNA
 +
| style="vertical-align:middle;" | Sienna
 +
|-
 +
| const RGBA RGBA_CHOCOLATE
 +
| style="vertical-align:middle;" | Chocolate
 +
|-
 +
| const RGBA RGBA_DARK_GOLDENROD
 +
| style="vertical-align:middle;" | Dark goldenrod
 +
|-
 +
| const RGBA RGBA_PERU
 +
| style="vertical-align:middle;" | Peru
 +
|-
 +
| const RGBA RGBA_ROSY_BROWN
 +
| style="vertical-align:middle;" | Rosy brown
 +
|-
 +
| const RGBA RGBA_GOLDENROD
 +
| style="vertical-align:middle;" | Goldenrod
 +
|-
 +
| const RGBA RGBA_SANDY_BROWN
 +
| style="vertical-align:middle;" | Sandy brown
 +
|-
 +
| const RGBA RGBA_TAN
 +
| style="vertical-align:middle;" | Tan
 +
|-
 +
| const RGBA RGBA_BURLYWOOD
 +
| style="vertical-align:middle;" | Burlywood
 +
|-
 +
| const RGBA RGBA_WHEAT
 +
| style="vertical-align:middle;" | Wheat
 +
|-
 +
| const RGBA RGBA_NAVAJO_WHITE
 +
| style="vertical-align:middle;" | Navajo white
 +
|-
 +
| const RGBA RGBA_BISQUE
 +
| style="vertical-align:middle;" | Bisque
 +
|-
 +
| const RGBA RGBA_BLANCHED_ALMOND
 +
| style="vertical-align:middle;" | Blanched almond
 +
|-
 +
| const RGBA RGBA_CORNSILK
 +
| style="vertical-align:middle;" | Cornsilk
 +
|-
 +
| const RGBA RGBA_INDIGO
 +
| style="vertical-align:middle;" | Indigo
 +
|-
 +
| const RGBA RGBA_PURPLE
 +
| style="vertical-align:middle;" | Purple
 +
|-
 +
| const RGBA RGBA_DARK_MAGENTA
 +
| style="vertical-align:middle;" | Dark magenta
 +
|-
 +
| const RGBA RGBA_DARK_VIOLET
 +
| style="vertical-align:middle;" | Dark violet
 +
|-
 +
| const RGBA RGBA_DARK_SLATE_BLUE
 +
| style="vertical-align:middle;" | Dark slate blue
 +
|-
 +
| const RGBA RGBA_BLUE_VIOLET
 +
| style="vertical-align:middle;" | Blue violet
 +
|-
 +
| const RGBA RGBA_DARK_ORCHID
 +
| style="vertical-align:middle;" | Dark orchid
 +
|-
 +
| const RGBA RGBA_FUCHSIA
 +
| style="vertical-align:middle;" | Fuchsia
 +
|-
 +
| const RGBA RGBA_MAGENTA
 +
| style="vertical-align:middle;" | Magenta
 +
|-
 +
| const RGBA RGBA_SLATE_BLUE
 +
| style="vertical-align:middle;" | Slate blue
 +
|-
 +
| const RGBA RGBA_MEDIUM_SLATE_BLUE
 +
| style="vertical-align:middle;" | Medium slate blue
 +
|-
 +
| const RGBA RGBA_MEDIUM_ORCHID
 +
| style="vertical-align:middle;" | Medium orchid
 +
|-
 +
| const RGBA RGBA_MEDIUM_PURPLE
 +
| style="vertical-align:middle;" | Medium purple
 +
|-
 +
| const RGBA RGBA_ORCHID
 +
| style="vertical-align:middle;" | Orchid
 +
|-
 +
| const RGBA RGBA_VIOLET
 +
| style="vertical-align:middle;" | Violet
 +
|-
 +
| const RGBA RGBA_PLUM
 +
| style="vertical-align:middle;" | Plum
 +
|-
 +
| const RGBA RGBA_THISTLE
 +
| style="vertical-align:middle;" | Thistle
 +
|-
 +
| const RGBA RGBA_LAVENDER
 +
| style="vertical-align:middle;" | Lavender
 +
|-
 +
| const RGBA RGBA_MIDNIGHT_BLUE
 +
| style="vertical-align:middle;" | Midnight blue
 +
|-
 +
| const RGBA RGBA_NAVY
 +
| style="vertical-align:middle;" | Navy
 +
|-
 +
| const RGBA RGBA_DARK_BLUE
 +
| style="vertical-align:middle;" | Dark blue
 +
|-
 +
| const RGBA RGBA_MEDIUM_BLUE
 +
| style="vertical-align:middle;" | Medium blue
 +
|-
 +
| const RGBA RGBA_BLUE
 +
| style="vertical-align:middle;" | Blue
 +
|-
 +
| const RGBA RGBA_ROYAL_BLUE
 +
| style="vertical-align:middle;" | Royal blue
 +
|-
 +
| const RGBA RGBA_STEEL_BLUE
 +
| style="vertical-align:middle;" | Steel blue
 +
|-
 +
| const RGBA RGBA_DODGER_BLUE
 +
| style="vertical-align:middle;" | Dodger blue
 +
|-
 +
| const RGBA RGBA_DEEP_SKY_BLUE
 +
| style="vertical-align:middle;" | Deep sky blue
 +
|-
 +
| const RGBA RGBA_CORNFLOWER_BLUE
 +
| style="vertical-align:middle;" | Cornflower blue
 +
|-
 +
| const RGBA RGBA_SKY_BLUE
 +
| style="vertical-align:middle;" | Sky blue
 +
|-
 +
| const RGBA RGBA_LIGHT_SKY_BLUE
 +
| style="vertical-align:middle;" | Light sky blue
 +
|-
 +
| const RGBA RGBA_LIGHT_STEEL_BLUE
 +
| style="vertical-align:middle;" | Light steel blue
 +
|-
 +
| const RGBA RGBA_LIGHT_BLUE
 +
| style="vertical-align:middle;" | Light blue
 +
|-
 +
| const RGBA RGBA_POWDER_BLUE
 +
| style="vertical-align:middle;" | Powder blue
 +
|-
 +
| const RGBA RGBA_TEAL
 +
| style="vertical-align:middle;" | Teal
 +
|-
 +
| const RGBA RGBA_DARK_CYAN
 +
| style="vertical-align:middle;" | Dark cyan
 +
|-
 +
| const RGBA RGBA_LIGHT_SEA_GREEN
 +
| style="vertical-align:middle;" | Light sea green
 +
|-
 +
| const RGBA RGBA_CADET_BLUE
 +
| style="vertical-align:middle;" | Cadet blue
 +
|-
 +
| const RGBA RGBA_DARK_TURQUOISE
 +
| style="vertical-align:middle;" | Dark turquoise
 +
|-
 +
| const RGBA RGBA_MEDIUM_TURQUOISE
 +
| style="vertical-align:middle;" | Medium turquoise
 +
|-
 +
| const RGBA RGBA_TURQUOISE
 +
| style="vertical-align:middle;" | Turquoise
 +
|-
 +
| const RGBA RGBA_AQUA
 +
| style="vertical-align:middle;" | Aqua
 +
|-
 +
| const RGBA RGBA_CYAN
 +
| style="vertical-align:middle;" | Cyan
 +
|-
 +
| const RGBA RGBA_AQUAMARINE
 +
| style="vertical-align:middle;" | Aquamarine
 +
|-
 +
| const RGBA RGBA_PALE_TURQUOISE
 +
| style="vertical-align:middle;" | Pale turquoise
 +
|-
 +
| const RGBA RGBA_LIGHT_CYAN
 +
| style="vertical-align:middle;" | Light cyan
 +
|-
 +
| const RGBA RGBA_DARK_GREEN
 +
| style="vertical-align:middle;" | Dark green
 +
|-
 +
| const RGBA RGBA_GREEN
 +
| style="vertical-align:middle;" | Green
 +
|-
 +
| const RGBA RGBA_DARK_OLIVE_GREEN
 +
| style="vertical-align:middle;" | Dark olive green
 +
|-
 +
| const RGBA RGBA_FOREST_GREEN
 +
| style="vertical-align:middle;" | Forest green
 +
|-
 +
| const RGBA RGBA_SEA_GREEN
 +
| style="vertical-align:middle;" | Sea green
 +
|-
 +
| const RGBA RGBA_OLIVE
 +
| style="vertical-align:middle;" | Olive
 +
|-
 +
| const RGBA RGBA_OLIVE_DRAB
 +
| style="vertical-align:middle;" | Olive drab
 +
|-
 +
| const RGBA RGBA_MEDIUM_SEA_GREEN
 +
| style="vertical-align:middle;" | Medium sea green
 +
|-
 +
| const RGBA RGBA_LIME_GREEN
 +
| style="vertical-align:middle;" | Lime green
 +
|-
 +
| const RGBA RGBA_LIME
 +
| style="vertical-align:middle;" | Lime
 +
|-
 +
| const RGBA RGBA_SPRING_GREEN
 +
| style="vertical-align:middle;" | Spring green
 +
|-
 +
| const RGBA RGBA_MEDIUM_SPRING_GREEN
 +
| style="vertical-align:middle;" | Medium spring green
 +
|-
 +
| const RGBA RGBA_DARK_SEA_GREEN
 +
| style="vertical-align:middle;" | Dark sea green
 +
|-
 +
| const RGBA RGBA_MEDIUM_AQUAMARINE
 +
| style="vertical-align:middle;" | Medium aquamarine
 +
|-
 +
| const RGBA RGBA_YELLOW_GREEN
 +
| style="vertical-align:middle;" | Yellow green
 +
|-
 +
| const RGBA RGBA_LAWN_GREEN
 +
| style="vertical-align:middle;" | Lawn green
 +
|-
 +
| const RGBA RGBA_CHARTREUSE
 +
| style="vertical-align:middle;" | Chartreuse
 +
|-
 +
| const RGBA RGBA_LIGHT_GREEN
 +
| style="vertical-align:middle;" | Light green
 +
|-
 +
| const RGBA RGBA_GREEN_YELLOW
 +
| style="vertical-align:middle;" | Green yellow
 +
|-
 +
| const RGBA RGBA_PALE_GREEN
 +
| style="vertical-align:middle;" | Pale green
 +
|-
 +
| const RGBA RGBA_MISTY_ROSE
 +
| style="vertical-align:middle;" | Misty rose
 +
|-
 +
| const RGBA RGBA_ANTIQUE_WHITE
 +
| style="vertical-align:middle;" | Antique white
 +
|-
 +
| const RGBA RGBA_LINEN
 +
| style="vertical-align:middle;" | Linen
 +
|-
 +
| const RGBA RGBA_BEIGE
 +
| style="vertical-align:middle;" | Beige
 +
|-
 +
| const RGBA RGBA_WHITE_SMOKE
 +
| style="vertical-align:middle;" | White smoke
 +
|-
 +
| const RGBA RGBA_LAVENDER_BLUSH
 +
| style="vertical-align:middle;" | Lavender blush
 +
|-
 +
| const RGBA RGBA_OLD_LACE
 +
| style="vertical-align:middle;" | Old lace
 +
|-
 +
| const RGBA RGBA_ALICE_BLUE
 +
| style="vertical-align:middle;" | Alice blue
 +
|-
 +
| const RGBA RGBA_SEASHELL
 +
| style="vertical-align:middle;" | Seashell
 +
|-
 +
| const RGBA RGBA_GHOST_WHITE
 +
| style="vertical-align:middle;" | Ghost white
 +
|-
 +
| const RGBA RGBA_HONEYDEW
 +
| style="vertical-align:middle;" | Honeydew
 +
|-
 +
| const RGBA RGBA_FLORAL_WHITE
 +
| style="vertical-align:middle;" | Floral white
 +
|-
 +
| const RGBA RGBA_AZURE
 +
| style="vertical-align:middle;" | Azure
 +
|-
 +
| const RGBA RGBA_MINT_CREAM
 +
| style="vertical-align:middle;" | Mint cream
 +
|-
 +
| const RGBA RGBA_SNOW
 +
| style="vertical-align:middle;" | Snow
 +
|-
 +
| const RGBA RGBA_IVORY
 +
| style="vertical-align:middle;" | Ivory
 +
|-
 +
| const RGBA RGBA_WHITE
 +
| style="vertical-align:middle;" | White
 +
|-
 +
| const RGBA RGBA_BLACK
 +
| style="vertical-align:middle;" | Black
 +
|-
 +
| const RGBA RGBA_DARK_SLATE_GRAY
 +
| style="vertical-align:middle;" | Dark slate gray
 +
|-
 +
| const RGBA RGBA_DIM_GRAY
 +
| style="vertical-align:middle;" | Dim gray
 +
|-
 +
| const RGBA RGBA_SLATE_GRAY
 +
| style="vertical-align:middle;" | Slate gray
 +
|-
 +
| const RGBA RGBA_GRAY
 +
| style="vertical-align:middle;" | Gray
 +
|-
 +
| const RGBA RGBA_LIGHT_SLATE_GRAY
 +
| style="vertical-align:middle;" | Light slate gray
 +
|-
 +
| const RGBA RGBA_DARK_GRAY
 +
| style="vertical-align:middle;" | Dark gray
 +
|-
 +
| const RGBA RGBA_SILVER
 +
| style="vertical-align:middle;" | Silver
 +
|-
 +
| const RGBA RGBA_LIGHT_GRAY
 +
| style="vertical-align:middle;" | Light gray
 +
|-
 +
| const RGBA RGBA_GAINSBORO
 +
| style="vertical-align:middle;" | Gainsboro
 +
|-
 +
| const RGBA RGBA_MS_MONEY_GREEN
 +
| style="vertical-align:middle;" | Money green (MS)
 +
|-
 +
| const RGBA RGBA_MS_SKY_BLUE
 +
| style="vertical-align:middle;" | Sky blue (MS)
 +
|-
 +
| const RGBA RGBA_MS_CREAN
 +
| style="vertical-align:middle;" | Cream (MS)
 +
|-
 +
| const RGBA RGBA_MS_MEDIUM_GRAY
 +
| style="vertical-align:middle;" | Medium gray (MS)
 +
|-
 +
| const RGBA RGBA_SVENCOOP
 +
| style="vertical-align:middle;" | Sven Co-op brand color
 +
|-
 +
| const RGBA RGBA_SVENCOOP_HUD
 +
| style="vertical-align:middle;" | Sven Co-op HUD color
 
|}
 
|}

Revision as of 19:14, 27 March 2025

The RGBA class is used to define colours with four components: Red, Green, Blue, and Alpha (transparency). This class is particularly useful for customizing visual elements in the game, such as HUD colors, text, or other graphical features. Each component of the RGBA class is typically represented as an integer value ranging from 0 to 255:

  • Red (r): Controls the intensity of the red color.
  • Green (g): Controls the intensity of the green color.
  • Blue (b): Controls the intensity of the blue color.
  • Alpha (a): Determines the transparency level, where 0 is fully transparent and 255 is fully opaque.

For example, you might use the RGBA class to set a color like this:

RGBA myColor(255, 0, 0, 128); // Semi-transparent red

1 Methods

Declaration Description
void RGBA() Default constructor
void RGBA(uint8 r, uint8 g, uint8 b, uint8 a = 255) Constructor
void RGBA(const Vector& in color, uint8 a = 255) Constructor using an input vector
void RGBA(const RGBA& in other) Copy constructor
RGBA& opAssign(const RGBA& in other) Assignment operator
bool opEquals(const RGBA& in other) const Compare colors
string ToString(const bool withAlpha = true) const Returns a string representation of this RGBA

2 Properties

Declaration Description
uint8 r Red component
uint8 g Green component
uint8 b Blue component
uint8 a Alpha component

3 Global Constants

These are all preset RGBA colors that can be used. All these constants exist in global namespace.

Constant Description
const RGBA RGBA_MEDIUM_VIOLET_RED Medium violet red
const RGBA RGBA_DEEP_PINK Deep pink
const RGBA RGBA_PALE_VIOLET_RED Pale violet red
const RGBA RGBA_HOT_PINK Hot pink
const RGBA RGBA_LIGHT_PINK Light pink
const RGBA RGBA_PINK Pink
const RGBA RGBA_DARK_RED Dark red
const RGBA RGBA_RED Red
const RGBA RGBA_FIREBRICK Firebrick
const RGBA RGBA_CRIMSON Crimson
const RGBA RGBA_INDIAN_RED Indian red
const RGBA RGBA_LIGHT_CORAL Light coral
const RGBA RGBA_SALMON Salmon
const RGBA RGBA_DARK_SALMON Dark salmon
const RGBA RGBA_LIGHT_SALMON Light salmon
const RGBA RGBA_ORANGE_RED Orange red
const RGBA RGBA_TOMATO Tomato
const RGBA RGBA_DARK_ORANGE Dark orange
const RGBA RGBA_CORAL Coral
const RGBA RGBA_ORANGE Orange
const RGBA RGBA_DARK_KHAKI Dark khaki
const RGBA RGBA_GOLD Gold
const RGBA RGBA_KHAKI Khaki
const RGBA RGBA_PEACH_PUFF Peach puff
const RGBA RGBA_YELLOW Yellow
const RGBA RGBA_PALE_GOLDENROD Pale goldenrod
const RGBA RGBA_MOCCASIN Moccasin
const RGBA RGBA_PAPAYA_WHIP Papaya whip
const RGBA RGBA_LIGHT_GOLDENROD_YELLOW Light goldenrod yellow
const RGBA RGBA_LEMON_CHIFFON Lemon chiffon
const RGBA RGBA_LIGHT_YELLOW Light yellow
const RGBA RGBA_MAROON Maroon
const RGBA RGBA_BROWN Brown
const RGBA RGBA_SADDLE_BROWN Saddle brown
const RGBA RGBA_SIENNA Sienna
const RGBA RGBA_CHOCOLATE Chocolate
const RGBA RGBA_DARK_GOLDENROD Dark goldenrod
const RGBA RGBA_PERU Peru
const RGBA RGBA_ROSY_BROWN Rosy brown
const RGBA RGBA_GOLDENROD Goldenrod
const RGBA RGBA_SANDY_BROWN Sandy brown
const RGBA RGBA_TAN Tan
const RGBA RGBA_BURLYWOOD Burlywood
const RGBA RGBA_WHEAT Wheat
const RGBA RGBA_NAVAJO_WHITE Navajo white
const RGBA RGBA_BISQUE Bisque
const RGBA RGBA_BLANCHED_ALMOND Blanched almond
const RGBA RGBA_CORNSILK Cornsilk
const RGBA RGBA_INDIGO Indigo
const RGBA RGBA_PURPLE Purple
const RGBA RGBA_DARK_MAGENTA Dark magenta
const RGBA RGBA_DARK_VIOLET Dark violet
const RGBA RGBA_DARK_SLATE_BLUE Dark slate blue
const RGBA RGBA_BLUE_VIOLET Blue violet
const RGBA RGBA_DARK_ORCHID Dark orchid
const RGBA RGBA_FUCHSIA Fuchsia
const RGBA RGBA_MAGENTA Magenta
const RGBA RGBA_SLATE_BLUE Slate blue
const RGBA RGBA_MEDIUM_SLATE_BLUE Medium slate blue
const RGBA RGBA_MEDIUM_ORCHID Medium orchid
const RGBA RGBA_MEDIUM_PURPLE Medium purple
const RGBA RGBA_ORCHID Orchid
const RGBA RGBA_VIOLET Violet
const RGBA RGBA_PLUM Plum
const RGBA RGBA_THISTLE Thistle
const RGBA RGBA_LAVENDER Lavender
const RGBA RGBA_MIDNIGHT_BLUE Midnight blue
const RGBA RGBA_NAVY Navy
const RGBA RGBA_DARK_BLUE Dark blue
const RGBA RGBA_MEDIUM_BLUE Medium blue
const RGBA RGBA_BLUE Blue
const RGBA RGBA_ROYAL_BLUE Royal blue
const RGBA RGBA_STEEL_BLUE Steel blue
const RGBA RGBA_DODGER_BLUE Dodger blue
const RGBA RGBA_DEEP_SKY_BLUE Deep sky blue
const RGBA RGBA_CORNFLOWER_BLUE Cornflower blue
const RGBA RGBA_SKY_BLUE Sky blue
const RGBA RGBA_LIGHT_SKY_BLUE Light sky blue
const RGBA RGBA_LIGHT_STEEL_BLUE Light steel blue
const RGBA RGBA_LIGHT_BLUE Light blue
const RGBA RGBA_POWDER_BLUE Powder blue
const RGBA RGBA_TEAL Teal
const RGBA RGBA_DARK_CYAN Dark cyan
const RGBA RGBA_LIGHT_SEA_GREEN Light sea green
const RGBA RGBA_CADET_BLUE Cadet blue
const RGBA RGBA_DARK_TURQUOISE Dark turquoise
const RGBA RGBA_MEDIUM_TURQUOISE Medium turquoise
const RGBA RGBA_TURQUOISE Turquoise
const RGBA RGBA_AQUA Aqua
const RGBA RGBA_CYAN Cyan
const RGBA RGBA_AQUAMARINE Aquamarine
const RGBA RGBA_PALE_TURQUOISE Pale turquoise
const RGBA RGBA_LIGHT_CYAN Light cyan
const RGBA RGBA_DARK_GREEN Dark green
const RGBA RGBA_GREEN Green
const RGBA RGBA_DARK_OLIVE_GREEN Dark olive green
const RGBA RGBA_FOREST_GREEN Forest green
const RGBA RGBA_SEA_GREEN Sea green
const RGBA RGBA_OLIVE Olive
const RGBA RGBA_OLIVE_DRAB Olive drab
const RGBA RGBA_MEDIUM_SEA_GREEN Medium sea green
const RGBA RGBA_LIME_GREEN Lime green
const RGBA RGBA_LIME Lime
const RGBA RGBA_SPRING_GREEN Spring green
const RGBA RGBA_MEDIUM_SPRING_GREEN Medium spring green
const RGBA RGBA_DARK_SEA_GREEN Dark sea green
const RGBA RGBA_MEDIUM_AQUAMARINE Medium aquamarine
const RGBA RGBA_YELLOW_GREEN Yellow green
const RGBA RGBA_LAWN_GREEN Lawn green
const RGBA RGBA_CHARTREUSE Chartreuse
const RGBA RGBA_LIGHT_GREEN Light green
const RGBA RGBA_GREEN_YELLOW Green yellow
const RGBA RGBA_PALE_GREEN Pale green
const RGBA RGBA_MISTY_ROSE Misty rose
const RGBA RGBA_ANTIQUE_WHITE Antique white
const RGBA RGBA_LINEN Linen
const RGBA RGBA_BEIGE Beige
const RGBA RGBA_WHITE_SMOKE White smoke
const RGBA RGBA_LAVENDER_BLUSH Lavender blush
const RGBA RGBA_OLD_LACE Old lace
const RGBA RGBA_ALICE_BLUE Alice blue
const RGBA RGBA_SEASHELL Seashell
const RGBA RGBA_GHOST_WHITE Ghost white
const RGBA RGBA_HONEYDEW Honeydew
const RGBA RGBA_FLORAL_WHITE Floral white
const RGBA RGBA_AZURE Azure
const RGBA RGBA_MINT_CREAM Mint cream
const RGBA RGBA_SNOW Snow
const RGBA RGBA_IVORY Ivory
const RGBA RGBA_WHITE White
const RGBA RGBA_BLACK Black
const RGBA RGBA_DARK_SLATE_GRAY Dark slate gray
const RGBA RGBA_DIM_GRAY Dim gray
const RGBA RGBA_SLATE_GRAY Slate gray
const RGBA RGBA_GRAY Gray
const RGBA RGBA_LIGHT_SLATE_GRAY Light slate gray
const RGBA RGBA_DARK_GRAY Dark gray
const RGBA RGBA_SILVER Silver
const RGBA RGBA_LIGHT_GRAY Light gray
const RGBA RGBA_GAINSBORO Gainsboro
const RGBA RGBA_MS_MONEY_GREEN Money green (MS)
const RGBA RGBA_MS_SKY_BLUE Sky blue (MS)
const RGBA RGBA_MS_CREAN Cream (MS)
const RGBA RGBA_MS_MEDIUM_GRAY Medium gray (MS)
const RGBA RGBA_SVENCOOP Sven Co-op brand color
const RGBA RGBA_SVENCOOP_HUD Sven Co-op HUD color