Uses of Enum
io.qt.gui.QPixelFormat.AlphaPosition
Packages that use QPixelFormat.AlphaPosition
-
Uses of QPixelFormat.AlphaPosition in io.qt.gui
Methods in io.qt.gui that return QPixelFormat.AlphaPositionModifier and TypeMethodDescriptionQPixelFormat.alphaPosition()
static QPixelFormat.AlphaPosition
QPixelFormat.AlphaPosition.resolve
(int value) Returns the corresponding enum entry for the given value.static QPixelFormat.AlphaPosition
Returns the enum constant of this type with the specified name.static QPixelFormat.AlphaPosition[]
QPixelFormat.AlphaPosition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.qt.gui with parameters of type QPixelFormat.AlphaPositionModifierConstructorDescriptionQPixelFormat
(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
(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 forQPixelFormat(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)
withsubEnum = 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)