Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpixelformat.h File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#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_NO_KEYWORDS >
 

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()

◆ qPixelFormatGrayscale()

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

Definition at line 261 of file qpixelformat.h.

◆ qPixelFormatHsl()

◆ qPixelFormatHsv()

◆ qPixelFormatRgba()

◆ qPixelFormatYuv()