25#include "argb_color.hpp"
46 .y =
static_cast<std::uint8_t
>(0.257 * color.r + 0.504 * color.g + 0.098 * color.b + 16),
47 .u =
static_cast<std::uint8_t
>(-0.148 * color.r - 0.291 * color.g + 0.439 * color.b + 128),
48 .v =
static_cast<std::uint8_t
>(0.439 * color.r - 0.368 * color.g - 0.071 * color.b + 128),
Describes a ARGB color.
Definition argb_color.hpp:33
Describes a YUV color.
Definition yuv_color.hpp:33