QColorSpace::PrimaryPoints Struct
struct QColorSpace::PrimaryPointsThe PrimaryPoints struct contains four primary color space points. More...
This struct was introduced in Qt 6.9.
Public Functions
bool | isValid() const |
Static Public Members
QColorSpace::PrimaryPoints | fromPrimaries(QColorSpace::Primaries primaries) |
Detailed Description
The four CIE XY color space points describing the gamut of an RGB color space; red, green, blue, and white.
See also QColorSpace::Primaries.
Member Function Documentation
[static]
QColorSpace::PrimaryPoints PrimaryPoints::fromPrimaries(QColorSpace::Primaries primaries)
Returns the four primary points making up primaries.
[noexcept]
bool PrimaryPoints::isValid() const
Returns true
if the primary points passes the sanity check used by methods consuming QColorSpace::PrimaryPoints.
© 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.