ColorMask QML Type

현재 바인딩된 프레임 버퍼에 기록할 색상 컴포넌트를 지정할 수 있습니다. 더 보기...

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

RenderState

Status: Deprecated

속성

자세한 설명

기본적으로 각 색상 구성 요소(빨강, 녹색, 파랑, 알파)의 속성은 true 로 설정되어 있어 프레임 버퍼에 기록됩니다. 색상 구성 요소를 false 로 설정하면 프레임 버퍼에 기록되지 않습니다.

속성 문서

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.