Euphoria
Namespaces | Enumerations | Functions
color.h File Reference

Go to the source code of this file.

Namespaces

namespace  eu
 
namespace  eu::core
 

Enumerations

enum class  eu::core::SingleColor : std::uint32_t
 A single color in a format to load directly into open gl texture(ABGR on little endian). More...
 

Functions

constexpr SingleColor eu::core::color_from_rgba (uint8_t r, uint8_t g, uint8_t b, uint8_t a)
 Constructs a SingleColor value from individual red, green, blue, and alpha components.