AdditiveColorGradient QML Type
加色効果を持つグラデーション。詳細...
Import Statement: | import QtQuick3D.Effects 6.8 |
Status: | Deprecated since 6.5 |
この型はQtQuick3D.Effects 6.5から非推奨となりました。新しいコードでは使用しないことを強くお勧めします。
プロパティ
- bottomColor : vector3d
- topColor : vector3d
詳細説明
代わりにExtendedSceneEnvironment を使用する。
警告 QtQuick3D.Effects に含まれるすべてのプリメイドスタンドアロンエフェクトは、Qt 6.5 から非推奨となります。色調整やカラーグレーディングを行うには、代わりにExtendedSceneEnvironment を使用してください。
このエフェクトはシーン全体に垂直グラデーションを追加し、レイヤー上の他のすべての要素と加算的にブレンドします。加算ブレンドは、グラデーションとレイヤーのピクセル値を加算し、結果を明るくします。白い部分は変化せず、黒い部分はグラデーションと同じ色になります。
プロパティの説明
bottomColor : vector3d |
画面下部のグラデーションに使用する色。デフォルトはQt.vector3d(0.0, 0.0, 0.0)
(すなわち黒)です。
topColor : vector3d |
グラデーションに画面の上部で使用する色。デフォルト値はQt.vector3d(1.0, 1.0, 1.0)
(すなわち白)。
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.