以下成员源于类 QImageReader 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
float
|
gamma () const |
(obsolete)
void
|
setGamma (float gamma ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QImage::colorSpace () 和 QColorSpace::gamma () 代替。
Returns the gamma level of the decoded image. If
setGamma
() has been called and gamma correction is supported it will return the gamma set. If gamma level is not supported by the image format,
0.0
被返回。
该函数在 Qt 5.6 引入。
另请参阅 setGamma ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
使用 QColorSpace conversion on the QImage 代替。
This is an image format specific function that forces images with gamma information to be gamma corrected to gamma . For image formats that do not support gamma correction, this value is ignored.
To gamma correct to a standard PC color-space, set gamma to
1/2.2
.
该函数在 Qt 5.6 引入。
另请参阅 gamma ().