ColorMask QML Type

現在バインドされているフレームバッファに書き込む色成分を指定できるようにします。詳細...

Import Statement: import Qt3D.Render 2.8
In C++: QColorMask
Inherits:

RenderState

Status: Deprecated

プロパティ

詳細説明

デフォルトでは、各カラーコンポーネント(赤、緑、青、アルファ)のプロパティはtrue に設定されています。これは、フレームバッファに書き込まれることを意味します。色コンポーネントのいずれかをfalse に設定すると、フレームバッファに書き込まれなくなります。

プロパティ Documentation

alphaMasked : bool

アルファ成分がフレームバッファに書き込まれるべきかどうかを保持します。


blueMasked : bool

青色コンポーネントをフレームバッファに書き込むかどうかを保持します。


greenMasked : bool

緑色コンポーネントをフレームバッファに書き込むかどうかを保持します。


redMasked : bool

赤色成分がフレームバッファに書き込まれるべきかどうかを保持する。


© 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.