QDithering Class
class Qt3DRender::QDithering디더링을 활성화합니다. 더 보기...
헤더: | #include <QDithering> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS 3drender) target_link_libraries(mytarget PRIVATE Qt6::3drender) |
qmake: | QT += 3drender |
QML에서: | Dithering |
상속합니다: | Qt3DRender::QRenderState |
상태: | Deprecated |
공용 함수
QDithering(Qt3DCore::QNode *parent = nullptr) |
상세 설명
Qt3DRender::QDithering 클래스는 디더링을 활성화합니다. 디더링은 최종 이미지에서 밴딩과 같은 대규모 패턴을 방지하기 위해 색상 값에 노이즈를 추가하여 양자화 오류를 무작위화합니다. 디더링은 RGB565 또는 RGBA4444와 같이 컬러 비트 심도가 낮은 표면으로 렌더링할 때 가장 유용합니다.
멤버 함수 문서
[explicit]
QDithering::QDithering(Qt3DCore::QNode *parent = nullptr)
생성자는 지정된 parent 을 사용하여 새 QDithering::QDithering 인스턴스를 생성합니다.
© 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.