QBlendEquation Class
class Qt3DRender::QBlendEquationQBlendEquationクラスは、RGBブレンド方程式とアルファブレンド方程式の両方で使用される方程式を指定します。詳細...
Header: | #include <Qt3DRender/QBlendEquation> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
In QML: | BlendEquation |
Inherits: | Qt3DRender::QRenderState |
Status: | Deprecated |
パブリックタイプ
enum | BlendFunction { Add, Subtract, ReverseSubtract, Min, Max } |
プロパティ
- blendFunction : BlendFunction
パブリック関数
QBlendEquation(Qt3DCore::QNode *parent = nullptr) | |
Qt3DRender::QBlendEquation::BlendFunction | blendFunction() const |
パブリックスロット
void | setBlendFunction(Qt3DRender::QBlendEquation::BlendFunction blendFunction) |
シグナル
void | blendFunctionChanged(Qt3DRender::QBlendEquation::BlendFunction blendFunction) |
メンバ型ドキュメント
enum QBlendEquation::BlendFunction
定数 | 値 | 説明 |
---|---|---|
Qt3DRender::QBlendEquation::Add | 0x8006 | GL_FUNC_ADD |
Qt3DRender::QBlendEquation::Subtract | 0x800A | GL_FUNC_SUBTRACT |
Qt3DRender::QBlendEquation::ReverseSubtract | 0x800B | GL_FUNC_REVERSE_SUBTRACT |
Qt3DRender::QBlendEquation::Min | 0x8007 | GL_MIN |
Qt3DRender::QBlendEquation::Max | 0x8008 | GL_MAX |
プロパティの説明
blendFunction : BlendFunction
ブレンド関数を保持し、ソースカラーとデスティネーションカラーの合成方法を決定する。
アクセス関数:
Qt3DRender::QBlendEquation::BlendFunction | blendFunction() const |
void | setBlendFunction(Qt3DRender::QBlendEquation::BlendFunction blendFunction) |
通知シグナル:
void | blendFunctionChanged(Qt3DRender::QBlendEquation::BlendFunction blendFunction) |
メンバ関数ドキュメント
[explicit]
QBlendEquation::QBlendEquation(Qt3DCore::QNode *parent = nullptr)
コンストラクタは、指定されたparent を持つ新しいブレンド状態オブジェクトを作成します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。