Mountain
1.0.0
Simple C++ 2D Game Framework
|
The Color struct represents a color in RGBA color space. More...
#include <color.hpp>
Public Member Functions | |
constexpr | Color (const float_t rgb, const float_t a=1.f) |
Constructs a grayscale color with each component equal to rgb . More... | |
constexpr | Color (const float_t r, const float_t g, const float_t b, const float_t a=1.f) |
Constructs a color with each specified component. More... | |
constexpr | Color (const Vector3 &rgb, const float_t a=1.f) |
Constructs a color from a Vector3 and an alpha value. More... | |
constexpr | Color (const Vector4 &rgba) |
Constructs a color from a Vector4. More... | |
constexpr | Color (const float *data) |
Constructs a color from four floats at the given pointer address. More... | |
uint32_t | GetPackedValue () const |
constexpr float_t * | Data () |
constexpr const float_t * | Data () const |
constexpr | operator ColorHsva () const |
Converts the Color to a ColorHsv. | |
constexpr | operator Vector3 () const |
Converts the Color to a Vector3. | |
constexpr | operator Vector4 () const |
Converts the Color to a Vector4. | |
Static Public Member Functions | |
static constexpr Color | Transparent () |
Constant for Transparent. More... | |
static constexpr Color | AliceBlue () |
Constant for Alice Blue. More... | |
static constexpr Color | AntiqueWhite () |
Constant for Antique White. More... | |
static constexpr Color | Aqua () |
Constant for Aqua. More... | |
static constexpr Color | Aquamarine () |
Constant for Aquamarine. More... | |
static constexpr Color | Azure () |
Constant for Azure. More... | |
static constexpr Color | Beige () |
Constant for Beige. More... | |
static constexpr Color | Bisque () |
Constant for Bisque. More... | |
static constexpr Color | Black () |
Constant for Black. More... | |
static constexpr Color | BlanchedAlmond () |
Constant for Blanched Almond. More... | |
static constexpr Color | Blue () |
Constant for Blue. More... | |
static constexpr Color | BlueViolet () |
Constant for Blue Violet. More... | |
static constexpr Color | Brown () |
Constant for Brown. More... | |
static constexpr Color | BurlyWood () |
Constant for Burly Wood. More... | |
static constexpr Color | CadetBlue () |
Constant for Cadet Blue. More... | |
static constexpr Color | Chartreuse () |
Constant for Chartreuse. More... | |
static constexpr Color | Chocolate () |
Constant for Chocolate. More... | |
static constexpr Color | Coral () |
Constant for Coral. More... | |
static constexpr Color | CornflowerBlue () |
Constant for Cornflower Blue. More... | |
static constexpr Color | Cornsilk () |
Constant for Cornsilk. More... | |
static constexpr Color | Crimson () |
Constant for Crimson. More... | |
static constexpr Color | Cyan () |
Constant for Cyan. More... | |
static constexpr Color | DarkBlue () |
Constant for Dark Blue. More... | |
static constexpr Color | DarkCyan () |
Constant for Dark Cyan. More... | |
static constexpr Color | DarkGoldenrod () |
Constant for Dark Goldenrod. More... | |
static constexpr Color | DarkGray () |
Constant for Dark Gray. More... | |
static constexpr Color | DarkGreen () |
Constant for Dark Green. More... | |
static constexpr Color | DarkKhaki () |
Constant for Dark Khaki. More... | |
static constexpr Color | DarkMagenta () |
Constant for Dark Magenta. More... | |
static constexpr Color | DarkOliveGreen () |
Constant for Dark Olive Green. More... | |
static constexpr Color | DarkOrange () |
Constant for Dark Orange. More... | |
static constexpr Color | DarkOrchid () |
Constant for Dark Orchid. More... | |
static constexpr Color | DarkRed () |
Constant for Dark Red. More... | |
static constexpr Color | DarkSalmon () |
Constant for Dark Salmon. More... | |
static constexpr Color | DarkSeaGreen () |
Constant for Dark Sea Green. More... | |
static constexpr Color | DarkSlateBlue () |
Constant for Dark Slate Blue. More... | |
static constexpr Color | DarkSlateGray () |
Constant for Dark Slate Gray. More... | |
static constexpr Color | DarkTurquoise () |
Constant for Dark Turquoise. More... | |
static constexpr Color | DarkViolet () |
Constant for Dark Violet. More... | |
static constexpr Color | DeepPink () |
Constant for Deep Pink. More... | |
static constexpr Color | DeepSkyBlue () |
Constant for Deep Sky Blue. More... | |
static constexpr Color | DimGray () |
Constant for Dim Gray. More... | |
static constexpr Color | DodgerBlue () |
Constant for Dodger Blue. More... | |
static constexpr Color | Firebrick () |
Constant for Firebrick. More... | |
static constexpr Color | FloralWhite () |
Constant for Floral White. More... | |
static constexpr Color | ForestGreen () |
Constant for Forest Green. More... | |
static constexpr Color | Fuchsia () |
Constant for Fuchsia. More... | |
static constexpr Color | Gainsboro () |
Constant for Gainsboro. More... | |
static constexpr Color | GhostWhite () |
Constant for Ghost White. More... | |
static constexpr Color | Gold () |
Constant for Gold. More... | |
static constexpr Color | Goldenrod () |
Constant for Goldenrod. More... | |
static constexpr Color | Gray () |
Constant for Gray. More... | |
static constexpr Color | Green () |
Constant for Green. More... | |
static constexpr Color | GreenYellow () |
Constant for Green Yellow. More... | |
static constexpr Color | Honeydew () |
Constant for Honeydew. More... | |
static constexpr Color | HotPink () |
Constant for Hot Pink. More... | |
static constexpr Color | IndianRed () |
Constant for Indian Red. More... | |
static constexpr Color | Indigo () |
Constant for Indigo. More... | |
static constexpr Color | Ivory () |
Constant for Ivory. More... | |
static constexpr Color | Khaki () |
Constant for Khaki. More... | |
static constexpr Color | Lavender () |
Constant for Lavender. More... | |
static constexpr Color | LavenderBlush () |
Constant for Lavender Blush. More... | |
static constexpr Color | LawnGreen () |
Constant for Lawn Green. More... | |
static constexpr Color | LemonChiffon () |
Constant for Lemon Chiffon. More... | |
static constexpr Color | LightBlue () |
Constant for Light Blue. More... | |
static constexpr Color | LightCoral () |
Constant for Light Coral. More... | |
static constexpr Color | LightCyan () |
Constant for Light Cyan. More... | |
static constexpr Color | LightGoldenrodYellow () |
Constant for Light Goldenrod Yellow. More... | |
static constexpr Color | LightGray () |
Constant for Light Gray. More... | |
static constexpr Color | LightGreen () |
Constant for Light Green. More... | |
static constexpr Color | LightPink () |
Constant for Light Pink. More... | |
static constexpr Color | LightSalmon () |
Constant for Light Salmon. More... | |
static constexpr Color | LightSeaGreen () |
Constant for Light Sea Green. More... | |
static constexpr Color | LightSkyBlue () |
Constant for Light Sky Blue. More... | |
static constexpr Color | LightSlateGray () |
Constant for Light Slate Gray. More... | |
static constexpr Color | LightSteelBlue () |
Constant for Light Steel Blue. More... | |
static constexpr Color | LightYellow () |
Constant for Light Yellow. More... | |
static constexpr Color | Lime () |
Constant for Lime. More... | |
static constexpr Color | LimeGreen () |
Constant for Lime Green. More... | |
static constexpr Color | Linen () |
Constant for Linen. More... | |
static constexpr Color | Magenta () |
Constant for Magenta. More... | |
static constexpr Color | Maroon () |
Constant for Maroon. More... | |
static constexpr Color | MediumAquamarine () |
Constant for Medium Aquamarine. More... | |
static constexpr Color | MediumBlue () |
Constant for Medium Blue. More... | |
static constexpr Color | MediumOrchid () |
Constant for Medium Orchid. More... | |
static constexpr Color | MediumPurple () |
Constant for Medium Purple. More... | |
static constexpr Color | MediumSeaGreen () |
Constant for Medium Sea Green. More... | |
static constexpr Color | MediumSlateBlue () |
Constant for Medium Slate Blue. More... | |
static constexpr Color | MediumSpringGreen () |
Constant for Medium Spring Green. More... | |
static constexpr Color | MediumTurquoise () |
Constant for Medium Turquoise. More... | |
static constexpr Color | MediumVioletRed () |
Constant for Medium Violet Red. More... | |
static constexpr Color | MidnightBlue () |
Constant for Midnight Blue. More... | |
static constexpr Color | MintCream () |
Constant for Mint Cream. More... | |
static constexpr Color | MistyRose () |
Constant for Misty Rose. More... | |
static constexpr Color | Moccasin () |
Constant for Moccasin. More... | |
static constexpr Color | MonoGameOrange () |
Constant for MonoGame Orange. More... | |
static constexpr Color | NavajoWhite () |
Constant for Navajo White. More... | |
static constexpr Color | Navy () |
Constant for Navy. More... | |
static constexpr Color | OldLace () |
Constant for Old Lace. More... | |
static constexpr Color | Olive () |
Constant for Olive. More... | |
static constexpr Color | OliveDrab () |
Constant for Olive Drab. More... | |
static constexpr Color | Orange () |
Constant for Orange. More... | |
static constexpr Color | OrangeRed () |
Constant for Orange Red. More... | |
static constexpr Color | Orchid () |
Constant for Orchid. More... | |
static constexpr Color | PaleGoldenrod () |
Constant for Pale Goldenrod. More... | |
static constexpr Color | PaleGreen () |
Constant for Pale Green. More... | |
static constexpr Color | PaleTurquoise () |
Constant for Pale Turquoise. More... | |
static constexpr Color | PaleVioletRed () |
Constant for Pale Violet Red. More... | |
static constexpr Color | PapayaWhip () |
Constant for Papaya Whip. More... | |
static constexpr Color | PeachPuff () |
Constant for Peach Puff. More... | |
static constexpr Color | Peru () |
Constant for Peru. More... | |
static constexpr Color | Pink () |
Constant for Pink. More... | |
static constexpr Color | Plum () |
Constant for Plum. More... | |
static constexpr Color | PowderBlue () |
Constant for Powder Blue. More... | |
static constexpr Color | Purple () |
Constant for Purple. More... | |
static constexpr Color | Red () |
Constant for Red. More... | |
static constexpr Color | RosyBrown () |
Constant for Rosy Brown. More... | |
static constexpr Color | RoyalBlue () |
Constant for Royal Blue. More... | |
static constexpr Color | SaddleBrown () |
Constant for Saddle Brown. More... | |
static constexpr Color | Salmon () |
Constant for Salmon. More... | |
static constexpr Color | SandyBrown () |
Constant for Sandy Brown. More... | |
static constexpr Color | SeaGreen () |
Constant for Sea Green. More... | |
static constexpr Color | SeaShell () |
Constant for SeaShell. More... | |
static constexpr Color | Sienna () |
Constant for Sienna. More... | |
static constexpr Color | Silver () |
Constant for Silver. More... | |
static constexpr Color | SkyBlue () |
Constant for Sky Blue. More... | |
static constexpr Color | SlateBlue () |
Constant for Slate Blue. More... | |
static constexpr Color | SlateGray () |
Constant for Slate Gray. More... | |
static constexpr Color | Snow () |
Constant for Snow. More... | |
static constexpr Color | SpringGreen () |
Constant for Spring Green. More... | |
static constexpr Color | SteelBlue () |
Constant for Steel Blue. More... | |
static constexpr Color | Tan () |
Constant for Tan. More... | |
static constexpr Color | Teal () |
Constant for Teal. More... | |
static constexpr Color | Thistle () |
Constant for Thistle. More... | |
static constexpr Color | Tomato () |
Constant for Tomato. More... | |
static constexpr Color | Turquoise () |
Constant for Turquoise. More... | |
static constexpr Color | Violet () |
Constant for Violet. More... | |
static constexpr Color | Wheat () |
Constant for Wheat. More... | |
static constexpr Color | White () |
Constant for White. More... | |
static constexpr Color | WhiteSmoke () |
Constant for White Smoke. More... | |
static constexpr Color | Yellow () |
Constant for Yellow. More... | |
static constexpr Color | YellowGreen () |
Constant for Yellow Green. More... | |
Public Attributes | |
float_t | r = 0.f |
Red component. | |
float_t | g = 0.f |
Green component. | |
float_t | b = 0.f |
Blue component. | |
float_t | a = 1.f |
Alpha component. | |
The Color struct represents a color in RGBA color space.
It uses float
values from 0 to 1. The default alpha value is 1.
|
explicit |
Constructs a grayscale color with each component equal to rgb
.
rgb | Red, Green and Blue components |
a | Alpha component |
constexpr Mountain::Color::Color | ( | const float_t | r, |
const float_t | g, | ||
const float_t | b, | ||
const float_t | a = 1.f |
||
) |
Constructs a color with each specified component.
r | Red component |
g | Green component |
b | Blue component |
a | Alpha component |
|
explicit |
Constructs a color from a Vector3 and an alpha value.
rgb | Red, Green and Blue components |
a | Alpha component |
|
explicit |
|
explicit |
Constructs a color from four floats at the given pointer address.
data | Color components |
|
static |
Constant for Alice Blue.
|
static |
Constant for Antique White.
|
static |
Constant for Aqua.
|
static |
Constant for Aquamarine.
|
static |
Constant for Azure.
|
static |
Constant for Beige.
|
static |
Constant for Bisque.
|
static |
Constant for Black.
|
static |
Constant for Blanched Almond.
|
static |
Constant for Blue.
|
static |
Constant for Blue Violet.
|
static |
Constant for Brown.
|
static |
Constant for Burly Wood.
|
static |
Constant for Cadet Blue.
|
static |
Constant for Chartreuse.
|
static |
Constant for Chocolate.
|
static |
Constant for Coral.
|
static |
Constant for Cornflower Blue.
|
static |
Constant for Cornsilk.
|
static |
Constant for Crimson.
|
static |
Constant for Cyan.
|
static |
Constant for Dark Blue.
|
static |
Constant for Dark Cyan.
|
static |
Constant for Dark Goldenrod.
|
static |
Constant for Dark Gray.
|
static |
Constant for Dark Green.
|
static |
Constant for Dark Khaki.
|
static |
Constant for Dark Magenta.
|
static |
Constant for Dark Olive Green.
|
static |
Constant for Dark Orange.
|
static |
Constant for Dark Orchid.
|
static |
Constant for Dark Red.
|
static |
Constant for Dark Salmon.
|
static |
Constant for Dark Sea Green.
|
static |
Constant for Dark Slate Blue.
|
static |
Constant for Dark Slate Gray.
|
static |
Constant for Dark Turquoise.
|
static |
Constant for Dark Violet.
|
static |
Constant for Deep Pink.
|
static |
Constant for Deep Sky Blue.
|
static |
Constant for Dim Gray.
|
static |
Constant for Dodger Blue.
|
static |
Constant for Firebrick.
|
static |
Constant for Floral White.
|
static |
Constant for Forest Green.
|
static |
Constant for Fuchsia.
|
static |
Constant for Gainsboro.
|
static |
Constant for Ghost White.
|
static |
Constant for Gold.
|
static |
Constant for Goldenrod.
|
static |
Constant for Gray.
|
static |
Constant for Green.
|
static |
Constant for Green Yellow.
|
static |
Constant for Honeydew.
|
static |
Constant for Hot Pink.
|
static |
Constant for Indian Red.
|
static |
Constant for Indigo.
|
static |
Constant for Ivory.
|
static |
Constant for Khaki.
|
static |
Constant for Lavender.
|
static |
Constant for Lavender Blush.
|
static |
Constant for Lawn Green.
|
static |
Constant for Lemon Chiffon.
|
static |
Constant for Light Blue.
|
static |
Constant for Light Coral.
|
static |
Constant for Light Cyan.
|
static |
Constant for Light Goldenrod Yellow.
|
static |
Constant for Light Gray.
|
static |
Constant for Light Green.
|
static |
Constant for Light Pink.
|
static |
Constant for Light Salmon.
|
static |
Constant for Light Sea Green.
|
static |
Constant for Light Sky Blue.
|
static |
Constant for Light Slate Gray.
|
static |
Constant for Light Steel Blue.
|
static |
Constant for Light Yellow.
|
static |
Constant for Lime.
|
static |
Constant for Lime Green.
|
static |
Constant for Linen.
|
static |
Constant for Magenta.
|
static |
Constant for Maroon.
|
static |
Constant for Medium Aquamarine.
|
static |
Constant for Medium Blue.
|
static |
Constant for Medium Orchid.
|
static |
Constant for Medium Purple.
|
static |
Constant for Medium Sea Green.
|
static |
Constant for Medium Slate Blue.
|
static |
Constant for Medium Spring Green.
|
static |
Constant for Medium Turquoise.
|
static |
Constant for Medium Violet Red.
|
static |
Constant for Midnight Blue.
|
static |
Constant for Mint Cream.
|
static |
Constant for Misty Rose.
|
static |
Constant for Moccasin.
|
static |
Constant for MonoGame Orange.
|
static |
Constant for Navajo White.
|
static |
Constant for Navy.
|
static |
Constant for Old Lace.
|
static |
Constant for Olive.
|
static |
Constant for Olive Drab.
|
static |
Constant for Orange.
|
static |
Constant for Orange Red.
|
static |
Constant for Orchid.
|
static |
Constant for Pale Goldenrod.
|
static |
Constant for Pale Green.
|
static |
Constant for Pale Turquoise.
|
static |
Constant for Pale Violet Red.
|
static |
Constant for Papaya Whip.
|
static |
Constant for Peach Puff.
|
static |
Constant for Peru.
|
static |
Constant for Pink.
|
static |
Constant for Plum.
|
static |
Constant for Powder Blue.
|
static |
Constant for Purple.
|
static |
Constant for Red.
|
static |
Constant for Rosy Brown.
|
static |
Constant for Royal Blue.
|
static |
Constant for Saddle Brown.
|
static |
Constant for Salmon.
|
static |
Constant for Sandy Brown.
|
static |
Constant for Sea Green.
|
static |
Constant for SeaShell.
|
static |
Constant for Sienna.
|
static |
Constant for Silver.
|
static |
Constant for Sky Blue.
|
static |
Constant for Slate Blue.
|
static |
Constant for Slate Gray.
|
static |
Constant for Snow.
|
static |
Constant for Spring Green.
|
static |
Constant for Steel Blue.
|
static |
Constant for Tan.
|
static |
Constant for Teal.
|
static |
Constant for Thistle.
|
static |
Constant for Tomato.
|
static |
Constant for Transparent.
|
static |
Constant for Turquoise.
|
static |
Constant for Violet.
|
static |
Constant for Wheat.
|
static |
Constant for White.
|
static |
Constant for White Smoke.
|
static |
Constant for Yellow.
|
static |
Constant for Yellow Green.