Uses of Enum
io.qt.qt3d.render.QBlendEquationArguments.Blending
-
Uses of QBlendEquationArguments.Blending in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QBlendEquationArguments.BlendingModifier and TypeFieldDescriptionfinal io.qt.core.QObject.Signal1<QBlendEquationArguments.Blending>QBlendEquationArguments.destinationAlphaChangedfinal io.qt.core.QObject.Signal1<QBlendEquationArguments.Blending>QBlendEquationArguments.destinationRgbaChangedfinal io.qt.core.QObject.Signal1<QBlendEquationArguments.Blending>QBlendEquationArguments.destinationRgbChangedfinal io.qt.core.QObject.Signal1<QBlendEquationArguments.Blending>QBlendEquationArguments.sourceAlphaChangedfinal io.qt.core.QObject.Signal1<QBlendEquationArguments.Blending>QBlendEquationArguments.sourceRgbaChangedfinal io.qt.core.QObject.Signal1<QBlendEquationArguments.Blending>QBlendEquationArguments.sourceRgbChangedMethods in io.qt.qt3d.render that return QBlendEquationArguments.BlendingModifier and TypeMethodDescriptionQBlendEquationArguments.destinationAlpha()QBlendEquationArguments.destinationRgb()QBlendEquationArguments.Blending.resolve(int value) Returns the corresponding enum entry for the given value.QBlendEquationArguments.sourceAlpha()QBlendEquationArguments.sourceRgb()Returns the enum constant of this type with the specified name.static QBlendEquationArguments.Blending[]QBlendEquationArguments.Blending.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QBlendEquationArguments.BlendingModifier and TypeMethodDescriptionfinal voidQBlendEquationArguments.setDestinationAlpha(QBlendEquationArguments.Blending destinationAlpha) final voidQBlendEquationArguments.setDestinationRgb(QBlendEquationArguments.Blending destinationRgb) final voidQBlendEquationArguments.setDestinationRgba(QBlendEquationArguments.Blending destinationRgba) final voidQBlendEquationArguments.setSourceAlpha(QBlendEquationArguments.Blending sourceAlpha) final voidQBlendEquationArguments.setSourceRgb(QBlendEquationArguments.Blending sourceRgb) final voidQBlendEquationArguments.setSourceRgba(QBlendEquationArguments.Blending sourceRgba)