(97eba34c65ca7f9f31eeb14f00a095a541b8f860)
#include <QtGui/qtguiglobal.h>
#include <QtCore/qmetaobject.h>
Go to the source code of this file.
|
| Q_DECLARE_TYPEINFO (QPixelFormat, Q_PRIMITIVE_TYPE) |
QPixelFormat | QtPrivate::QPixelFormat_createYUV (QPixelFormat::YUVLayout yuvLayout, uchar alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder) |
constexpr QPixelFormat | qPixelFormatRgba (uchar red, uchar green, uchar blue, uchar alfa, QPixelFormat::AlphaUsage usage, QPixelFormat::AlphaPosition position, QPixelFormat::AlphaPremultiplied pmul=QPixelFormat::NotPremultiplied, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::UnsignedInteger) noexcept |
constexpr QPixelFormat | qPixelFormatGrayscale (uchar channelSize, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::UnsignedInteger) noexcept |
constexpr QPixelFormat | qPixelFormatAlpha (uchar channelSize, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::UnsignedInteger) noexcept |
constexpr QPixelFormat | qPixelFormatCmyk (uchar channelSize, uchar alfa=0, QPixelFormat::AlphaUsage usage=QPixelFormat::IgnoresAlpha, QPixelFormat::AlphaPosition position=QPixelFormat::AtBeginning, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::UnsignedInteger) noexcept |
constexpr QPixelFormat | qPixelFormatHsl (uchar channelSize, uchar alfa=0, QPixelFormat::AlphaUsage usage=QPixelFormat::IgnoresAlpha, QPixelFormat::AlphaPosition position=QPixelFormat::AtBeginning, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::FloatingPoint) noexcept |
constexpr QPixelFormat | qPixelFormatHsv (uchar channelSize, uchar alfa=0, QPixelFormat::AlphaUsage usage=QPixelFormat::IgnoresAlpha, QPixelFormat::AlphaPosition position=QPixelFormat::AtBeginning, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::FloatingPoint) noexcept |
QPixelFormat | qPixelFormatYuv (QPixelFormat::YUVLayout layout, uchar alfa=0, QPixelFormat::AlphaUsage usage=QPixelFormat::IgnoresAlpha, QPixelFormat::AlphaPosition position=QPixelFormat::AtBeginning, QPixelFormat::AlphaPremultiplied p_mul=QPixelFormat::NotPremultiplied, QPixelFormat::TypeInterpretation typeInt=QPixelFormat::UnsignedByte, QPixelFormat::ByteOrder b_order=QPixelFormat::BigEndian) |
◆ Q_DECLARE_TYPEINFO()
◆ qPixelFormatAlpha()
◆ qPixelFormatCmyk()
◆ qPixelFormatGrayscale()
◆ qPixelFormatHsl()
◆ qPixelFormatHsv()
◆ qPixelFormatRgba()
◆ qPixelFormatYuv()