Struct colour_encoding_t::srgb_lut_t

Nested Relationships

This struct is a nested type of Struct colour_encoding_t.

Struct Documentation

struct srgb_lut_t

Public Functions

srgb_lut_t() noexcept
inline f_t operator()(std::uint8_t i) const noexcept
inline f_t operator()(std::uint16_t i) const noexcept

Public Members

std::vector<f_t> srgb_to_linear_lut8
std::vector<f_t> srgb_to_linear_lut16