|
Euphoria
|
Functions | |
| constexpr eu::Rgb | rgb (int r, int g, int b) |
| helper function to create a rgb color with code similar to css causing some editors to display a color box | |
| constexpr Hsl | hsl (int deg, float s, float l) |
| helper function to create a hsl color with code similar to css causing some editors to display a color box | |
Variables | |
| constexpr auto | white = eu::Rgb{1.0f, 1.0f, 1.0f} |
| constexpr auto | black = eu::Rgb{0.0f, 0.0f, 0.0f} |
| constexpr eu::Rgb | orange = rgb(230, 159, 0) |
| constexpr eu::Rgb | blue_sky = rgb(86, 180, 233) |
| constexpr eu::Rgb | green_bluish = rgb(0, 158, 115) |
| constexpr eu::Rgb | yellow = rgb(240, 228, 66) |
| constexpr eu::Rgb | blue = rgb(0, 114, 178) |
| constexpr eu::Rgb | red_vermillion = rgb(213, 94, 0) |
| constexpr eu::Rgb | purple_redish = rgb(204, 121, 167) |