nCine/Primitives/Color.h file

Namespaces

namespace nCine
Root namespace of nCine game engine.
namespace nCine::Primitives
Primitives.
namespace nCine::Primitives::Literals
Literals for primitives.

Classes

class nCine::Primitives::Color
Four-channel color with 8-bit integers per component.

Functions

auto operator""_rgb(unsigned long long value) -> Color constexpr
8bit-per-channel RGB color literal
auto operator""_rgba(unsigned long long value) -> Color constexpr
8bit-per-channel RGBA color literal