|
Doxygen
|
Class representing a bitmap image colored based on hue/sat/gamma settings. 更多...
#include <image.h>
Public 成员函数 | |
| ColoredImage (uint width, uint height, const uchar *greyLevels, const uchar *alphaLevels, int saturation, int hue, int gamma) | |
| ~ColoredImage () | |
| bool | save (const QCString &fileName) |
静态 Public 成员函数 | |
| static void | hsl2rgb (double h, double s, double l, double *pRed, double *pGreen, double *pBlue) |
Private 属性 | |
| uint | m_width |
| uint | m_height |
| uchar * | m_data |
| bool | m_hasAlpha |
| ColoredImage::ColoredImage | ( | uint | width, |
| uint | height, | ||
| const uchar * | greyLevels, | ||
| const uchar * | alphaLevels, | ||
| int | saturation, | ||
| int | hue, | ||
| int | gamma | ||
| ) |
引用了 hsl2rgb(), m_data, m_hasAlpha, m_height , 以及 m_width.
|
static |
| bool ColoredImage::save | ( | const QCString & | fileName | ) |
引用了 QCString::data(), m_data, m_hasAlpha, m_height, m_width , 以及 TRUE.
被这些函数引用 writeColoredImgData().
|
private |
被这些函数引用 ColoredImage(), save() , 以及 ~ColoredImage().
|
private |
被这些函数引用 ColoredImage() , 以及 save().
|
private |
被这些函数引用 ColoredImage() , 以及 save().
|
private |
被这些函数引用 ColoredImage() , 以及 save().