Main Page | Class Hierarchy | Class List | Directories | Class Members

MntColor Class Reference

MntColor is a general routine for converting color space between RGB and YUV. More...

#include <mnt_color.h>

List of all members.

Static Public Member Functions

static void yuv_to_rgb_420 (MntByteImage *yBuf, MntByteImage *uBuf, MntByteImage *vBuf, MntByteImage *rBuf, MntByteImage *gBuf, MntByteImage *bBuf)
static void rgb_to_yuv_420 (MntByteImage *rBuf, MntByteImage *gBuf, MntByteImage *bBuf, MntByteImage *yBuf, MntByteImage *uBuf, MntByteImage *vBuf)

Static Private Attributes

static int RY [256]
static int GY [256]
static int BY [256]
static int RU [256]
static int GU [256]
static int BRUV [256]
static int GV [256]
static int BV [256]
static short VR [256]
static short UB [256]
static int UG [256]
static int VG [256]


Detailed Description

MntColor is a general routine for converting color space between RGB and YUV.

Currently it supports on conversion between YUV in 4:2:0 color sub-sampling and RGB color space.


The documentation for this class was generated from the following files:
Generated on Wed Sep 14 12:37:12 2005 for mnt by  doxygen 1.4.4