Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpixelformat.h File Reference

(97eba34c65ca7f9f31eeb14f00a095a541b8f860)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qmetaobject.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

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

Function Documentation

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QPixelFormat ,
Q_PRIMITIVE_TYPE  )

◆ qPixelFormatAlpha()

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

Definition at line 292 of file qpixelformat.h.

◆ qPixelFormatCmyk()

◆ qPixelFormatGrayscale()

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

Definition at line 276 of file qpixelformat.h.

◆ qPixelFormatHsl()

◆ qPixelFormatHsv()

◆ qPixelFormatRgba()

◆ qPixelFormatYuv()