Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qpixelformat.h File Reference
#include <QtGui/qtguiglobal.h>
+ Include dependency graph for qpixelformat.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPixelFormat
 \inmodule QtGui More...
 

Namespaces

namespace  QtPrivate
 \macro QT_NAMESPACE
 

Functions

 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::LittleEndian)
 

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPixelFormat  ,
Q_PRIMITIVE_TYPE   
)

◆ qPixelFormatAlpha()

constexpr QPixelFormat qPixelFormatAlpha ( uchar  channelSize,
QPixelFormat::TypeInterpretation  typeInt = QPixelFormat::UnsignedInteger 
)
related

Definition at line 277 of file qpixelformat.h.

◆ qPixelFormatCmyk()

Definition at line 293 of file qpixelformat.h.

◆ qPixelFormatGrayscale()

constexpr QPixelFormat qPixelFormatGrayscale ( uchar  channelSize,
QPixelFormat::TypeInterpretation  typeInt = QPixelFormat::UnsignedInteger 
)
related

Definition at line 261 of file qpixelformat.h.

◆ qPixelFormatHsl()

Definition at line 312 of file qpixelformat.h.

◆ qPixelFormatHsv()

Definition at line 331 of file qpixelformat.h.

◆ qPixelFormatRgba()

Definition at line 239 of file qpixelformat.h.

◆ qPixelFormatYuv()