QColorSpace::PrimaryPoints Struct
struct QColorSpace::PrimaryPointsDie PrimaryPoints-Struktur enthält vier primäre Farbraumpunkte. Mehr...
Diese Struktur wurde in Qt 6.9 eingeführt.
Öffentliche Funktionen
bool | isValid() const |
Statische öffentliche Mitglieder
QColorSpace::PrimaryPoints | fromPrimaries(QColorSpace::Primaries primaries) |
Detaillierte Beschreibung
Die vier CIE XY-Farbraumpunkte, die den Gamut eines RGB-Farbraums beschreiben: Rot, Grün, Blau und Weiß.
Siehe auch QColorSpace::Primaries.
Dokumentation der Mitgliedsfunktionen
[static]
QColorSpace::PrimaryPoints PrimaryPoints::fromPrimaries(QColorSpace::Primaries primaries)
Gibt die vier primären Punkte zurück, aus denen sich primaries zusammensetzt.
[noexcept]
bool PrimaryPoints::isValid() const
Gibt true
zurück, wenn der primäre Punkt die Unbedenklichkeitsprüfung besteht, die von Methoden verwendet wird, die QColorSpace::PrimaryPoints verwenden.
© 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.