mf
Media Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
mf::ycbcr_color Struct Reference

YCbCr color, 8 bit. More...

#include <color.h>

Public Member Functions

 ycbcr_color ()=default
 
 ycbcr_color (std::uint8_t ny, std::uint8_t ncr, std::uint8_t ncb)
 
 ycbcr_color (const ycbcr_color &)=default
 
ycbcr_coloroperator= (const ycbcr_color &)=default
 

Public Attributes

std::uint8_t y
 
std::uint8_t cr
 
std::uint8_t cb
 

Detailed Description

YCbCr color, 8 bit.

Constructor & Destructor Documentation

mf::ycbcr_color::ycbcr_color ( )
default
mf::ycbcr_color::ycbcr_color ( std::uint8_t  ny,
std::uint8_t  ncr,
std::uint8_t  ncb 
)
inline
mf::ycbcr_color::ycbcr_color ( const ycbcr_color )
default

Member Function Documentation

ycbcr_color& mf::ycbcr_color::operator= ( const ycbcr_color )
default

Member Data Documentation

std::uint8_t mf::ycbcr_color::cb
std::uint8_t mf::ycbcr_color::cr
std::uint8_t mf::ycbcr_color::y

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