libNeon
Loading...
Searching...
No Matches
color.hpp File Reference
#include <algorithm>
#include <array>
#include <cstdint>
#include <mlab/bin_data.hpp>
Include dependency graph for color.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  neo::keep_t
 
struct  neo::maybe_update< T >
 
struct  neo::rgb
 
struct  neo::hsv
 

Namespaces

namespace  neo
 
namespace  neo::literals
 
namespace  mlab
 

Functions

rgb neo::literals::operator""_rgb (unsigned long long int)
 
float neo::srgb_to_linear (std::uint8_t v)
 
std::uint8_t neo::linear_to_srgb (float v)
 
bin_data & mlab::operator<< (bin_data &o, neo::rgb c)
 
bin_stream & mlab::operator>> (bin_stream &i, neo::rgb &c)
 

Variables

static constexpr keep_t neo::keep {}