-
Constructors in io.qt.gui with parameters of type QPixelFormat.AlphaPosition
Constructor |
Description |
QPixelFormat(QPixelFormat.ColorModel colorModel,
byte firstSize,
byte secondSize,
byte thirdSize,
byte fourthSize,
byte fifthSize,
byte alphaSize,
QPixelFormat.AlphaUsage alphaUsage,
QPixelFormat.AlphaPosition alphaPosition,
QPixelFormat.AlphaPremultiplied premultiplied,
QPixelFormat.TypeInterpretation typeInterpretation) |
Overloaded constructor for QPixelFormat(io.qt.gui.QPixelFormat.ColorModel, byte, byte, byte, byte, byte, byte, io.qt.gui.QPixelFormat.AlphaUsage, io.qt.gui.QPixelFormat.AlphaPosition, io.qt.gui.QPixelFormat.AlphaPremultiplied, io.qt.gui.QPixelFormat.TypeInterpretation, io.qt.gui.QPixelFormat.ByteOrder, byte)
|
QPixelFormat(QPixelFormat.ColorModel colorModel,
byte firstSize,
byte secondSize,
byte thirdSize,
byte fourthSize,
byte fifthSize,
byte alphaSize,
QPixelFormat.AlphaUsage alphaUsage,
QPixelFormat.AlphaPosition alphaPosition,
QPixelFormat.AlphaPremultiplied premultiplied,
QPixelFormat.TypeInterpretation typeInterpretation,
QPixelFormat.ByteOrder byteOrder) |
Overloaded constructor for QPixelFormat(io.qt.gui.QPixelFormat.ColorModel, byte, byte, byte, byte, byte, byte, io.qt.gui.QPixelFormat.AlphaUsage, io.qt.gui.QPixelFormat.AlphaPosition, io.qt.gui.QPixelFormat.AlphaPremultiplied, io.qt.gui.QPixelFormat.TypeInterpretation, io.qt.gui.QPixelFormat.ByteOrder, byte)
with subEnum = 0 .
|
QPixelFormat(QPixelFormat.ColorModel colorModel,
byte firstSize,
byte secondSize,
byte thirdSize,
byte fourthSize,
byte fifthSize,
byte alphaSize,
QPixelFormat.AlphaUsage alphaUsage,
QPixelFormat.AlphaPosition alphaPosition,
QPixelFormat.AlphaPremultiplied premultiplied,
QPixelFormat.TypeInterpretation typeInterpretation,
QPixelFormat.ByteOrder byteOrder,
byte subEnum) |
See QPixelFormat::QPixelFormat(QPixelFormat::ColorModel colorModel, unsigned char firstSize, unsigned char secondSize, unsigned char thirdSize, unsigned char fourthSize, unsigned char fifthSize, unsigned char alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder, unsigned char subEnum)
|