This file contains components for converting between various different color spaces.
| Component Summary | |
int->int
|
RGBtoYCbCr
Converts a pixel in RGB format to a pixel in YCbCr format according to Recommendation ITU-R BT. |
int->int
|
YCbCrtoRGB
Converts a pixel in YCbCr format to a pixel in RGB format according to Recommendation ITU-R BT. |
| Component Detail |
int->int RGBtoYCbCr
<int> - Three integers in RGB color space and order.
<int> - Three integers in YCbCr color space and order.
int->int YCbCrtoRGB
<int> - Three integers in YCbCr color space and order.
<int> - Three integers in RGB color space and order.