|
TTK_MODULE_EXPORT QPixmap | TTK::Image::roundedPixmap (const QPixmap &input, int ratioX, int ratioY) |
|
TTK_MODULE_EXPORT QPixmap | TTK::Image::roundedPixmap (const QPixmap &input, const QSize &size, int ratioX, int ratioY) |
|
TTK_MODULE_EXPORT QPixmap | TTK::Image::roundedPixmap (const QPixmap &input, const QRect &rect, int ratioX, int ratioY) |
|
TTK_MODULE_EXPORT QPixmap | TTK::Image::roundedPixmap (const QPixmap &input, const QPixmap &mask, const QSize &size) |
|
TTK_MODULE_EXPORT QBitmap | TTK::Image::generateMask (const QRect &rect, int ratioX, int ratioY) |
|
TTK_MODULE_EXPORT QByteArray | TTK::Image::generatePixmapData (const QPixmap &input) |
|
TTK_MODULE_EXPORT void | TTK::Image::fusionPixmap (QImage &back, const QImage &front, const QPoint &pt) |
|
TTK_MODULE_EXPORT void | TTK::Image::fusionPixmap (QPixmap &back, const QPixmap &front, const QPoint &pt) |
|
TTK_MODULE_EXPORT unsigned int | TTK::Image::colorContrast (const unsigned int color) |
|
TTK_MODULE_EXPORT QPixmap | TTK::Image::grayScalePixmap (const QPixmap &input, int radius=0) |
|
template<typename T > |
TTK_MODULE_EXPORT T | TTK::Image::boundValue (const T &key, const T &alpha, const T &value) |
|
TTK_MODULE_EXPORT void | TTK::Image::reRenderImage (int delta, const QImage *input, QImage *output) |
|