C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::yuv_color Struct Reference

Describes a YUV color. More...

#include <yuv_color.hpp>

Public Attributes

std::uint8_t y {}
 
std::uint8_t u {}
 
std::uint8_t v {}
 

Detailed Description

Describes a YUV color.


The documentation for this struct was generated from the following file: